$(function () { window.setInterval(function () { $.post('random.html'); }, 60000); });
加在母版页里,使用与长时间操作页面、监控类系统。
$(function () { window.setInterval(function () { $.post('random.html'); }, 60000); });
加在母版页里,使用与长时间操作页面、监控类系统。
转载于:https://www.cnblogs.com/wwfjcy479/p/4496873.html