input的值为:2010-01-03 获取input框的值,通过new Date(param)转成Date类型 在firefox中能正常使用 但IE不行,IE要使用new Date(),日期格式应为2010/01/03 ---记录下