DOM
attributes 遍历所有特性,specified
不能动态创建script(iframe,reset,name相同的单选按钮),style
createElement(html完整)
styleSheet.cssText
window对象
全局变量不能通过delete删除,IE会报错,其他浏览器返回false
窗口大小:
http://blog.sina.com.cn/s/blog_6d48e7710102v6yr.html
IE document.body.clientWidth
其他 document.documentElement.clientHeight
网友评论