摘要:
//序列号是不支持日期格式的 要转换 function ChangeDateFormat(jsondate) { jsondate = jsondate.replace("/Date(", "").replace(")/", ""); if (jsondate.indexOf("+") > 0) { jsondate = jsondate.substring(0, jsondate.indexOf("+")); } else if (jsondate.indexOf(& 阅读全文
posted @ 2014-04-10 10:10
小菜鸟飞飞
阅读(345)
评论(0)
推荐(0)

浙公网安备 33010602011771号