日期:2014-05-18 浏览次数:20437 次
$.post("/Warn/GetMsg/?dt=" + +new Date().getTime() + Math.random(), function (msg) { //进行处理 });
------解决方案--------------------
ajax请求时:
url:"Default.aspx?Ran=" +new Date(),
------解决方案--------------------
$.ajax({
url: "test.ashx",
cache: false