花费 8 ms
document.createElement()的用法

document.createElement()是在对象中创建一个对象,要与appendChild() 或 insertBefore()方法联合使用。其中,appendChild() 方法在节点的子 ...

Tue Feb 10 01:53:00 CST 2015 0 6213
获取浏览器窗口宽高问题总结

s = "网页可见区域宽:"+ document.body.clientWidth; s += "\r\n网页可见区域高:"+ document.body.clientHeight; ...

Fri Jan 30 22:17:00 CST 2015 0 2286

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM