随笔分类 - JavaScript
摘要:1、Java中json字符串包含html标签 /** * json含有HTML标签的文本 * @param str * @return */ public static String switchStr(String str){ str = str.replace("",">")...
阅读全文
摘要:html设置层DIV的显示和隐藏有两种方式:第一种:通过设置div的visibility可以控制div的显示和隐藏,但是隐藏后div还是存在的style="visibility: none;"document.getElementById("div").style.visibility="hidde...
阅读全文
摘要:屏幕分辨率为:screen.height屏幕可用大小:screen.availHeight网页可见区域宽:document.body.clientWidth网页可见区域高:document.body.clientHeight网页可见区域宽(包括边线的宽):document.body.offsetWidth网页可见区域高(包括边线的宽):"+document.body.offsetHeight网页正文全文宽:document.body.scrollWidth网页正文全文高:document.body.scrollHeight网页被卷去的高:document.body.scrollTop
阅读全文

浙公网安备 33010602011771号