摘要: function jsonDateFormat(jsonDate) {//json日期格式转换为正常格式 try { var date = new Date(parseInt(jsonDate.replace("/Date(", "").replace(")/", ""), 10... 阅读全文
posted @ 2014-08-19 10:50 觉信 阅读(3311) 评论(0) 推荐(0)