摘要: //调用 ChangeDateFormat(CreatTime) //json日期转换 function ChangeDateFormat(jsondate) { jsondate = jsondate.replace("/Date(", "").replace(")/", ""); if (jso 阅读全文
posted @ 2016-12-26 15:31 Zbu 阅读(243) 评论(0) 推荐(0) 编辑
摘要: //5秒刷新一次 $(function () { setInterval(Refresh, 5000); }); //ajax局部刷新 function Refresh() { $.ajax({ type: "POST", url: "/User/GetInfo", dataType: "json" 阅读全文
posted @ 2016-12-26 15:29 Zbu 阅读(162) 评论(0) 推荐(0) 编辑