<script> ;(function (doc,win) { var htmlEle=doc.documentElement; var reload="orientationchange" in window ? "orientationchange":"resize"; function setFontsize () { //每次通过屏幕转动或者重新设置宽高的时候获取屏幕宽度 var clientWidth=htmlEle.cli…
今天研究了下js动态加载js文件和css文件的方法. 网上发现一个动态加载的方法.摘抄下来,方便自己以后使用 [code lang="html"] <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Javascript includes - ready state and onload</title><…