var date = new Date(data[i].date);在谷歌里正常 在火狐里读出来的是NaN,
data[i].date放到new Date里就变成了new Date("2014-2-28") 是字符串格式 火狐读不出来!怎么解决?
我看他们有人回答说是因为数据文件里的日期的格式问题