随笔分类 -  手机开发

摘要:function uaredirect(murl){ try { if(document.getElementById("bdmark") != null){ return; } var urlhash = window.location.hash; if (!urlhash.match("from... 阅读全文
posted @ 2015-11-09 17:50 网络爱上点击 阅读(603) 评论(0) 推荐(0)
摘要:网页可见区域宽:document.body.clientWidth 网页可见区域高:document.body.clientHeight 网页可见区域宽:document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括... 阅读全文
posted @ 2015-07-22 16:48 网络爱上点击 阅读(17435) 评论(1) 推荐(0)