2016年3月14日 - (function() { if (window.screen.width > 1024) { loadJs('js/jquery.js') } })() function loadJs(src) { var head = document.getElementsByTagNa...
2016年3月14日 - (function() { if (window.screen.width > 1024) { loadJs('js/jquery.js') } })() function loadJs(src) { var head = document.getElementsByTagNa...
最佳答案: <script type="text/javascript">function getInfo(){ var s = ""; s += " 网页可见区域宽:"+ document.body.clientWidth+"\n"; s += " ...更多关于获取屏幕宽度,大于1024载入指定JS的问题>>