json返回日期格式化的解决
摘要:function jsonDateFormat(jsonDate) {//json日期格式转换为正常格式 try { var date = new Date(parseInt(jsonDate.replace("/Date(", "").replace(")/", ""), 10...
阅读全文
posted @ 2014-08-19 10:50
posted @ 2014-08-19 10:50
posted @ 2014-08-12 14:04
posted @ 2014-08-10 19:23