防止文件缓存的js代码
代码如下: [removed] //防止js文件缓存下来,以后更新时不再需要用户重新删除IE文件等操作。 var now=new Date(); var number = now.getYear().toString()+now.getMonth().toString()+now.getDate().toString()+now.getHours().toString()+now.getMinutes().toString()+now.getSeconds().toString(); document.wr
下载地址
用户评论