摘要: 1 //yyyy-MM-dd HH:mm:SS 2 function JsonDateToDate(jsondate) { 3 var date = new Date(parseInt(jsondate.replace("/Date(", "").replace(")/", ""), 10)); 4 阅读全文
posted @ 2016-10-02 16:31 hllive 阅读(272) 评论(0) 推荐(0) 编辑