摘要:
window.addEventListener('resize', setHtmlFontSize) setHtmlFontSize(); function setHtmlFontSize() { var windowWidth = document.documentElement.offsetWidth; if (windowWidth > 640) { windowWidt... 阅读全文
posted @ 2019-08-15 11:02
青芒灬
阅读(259)
评论(0)
推荐(0)
摘要:
# 在路由对应的页面路径后面加时间戳 ## 对相应经常变动引用的css,js文件添加版本号或者时间戳(据说微信会对v,t做限制,所以还是取别的名字吧) ps:获取当前时间戳有个小技巧,直接在浏览器的控制台输入 Date.now() 就能获取。 阅读全文
posted @ 2019-08-15 09:48
青芒灬
阅读(464)
评论(0)
推荐(0)

浙公网安备 33010602011771号