Warning: Use of undefined constant ture - assumed 'ture' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.75271.com/wp-content/themes/com75271/header.php on line 253
有些JS是可以后加载的,如果一直等待JS加载完成可能非常影响网页上的其它功能实现,比如计数器一类的,jQuery可以对JS进行动态加载。方法1:$.getscript("test.js");方法2:function loadjs(file){ var head = $('head').remo……继续阅读 »