配合 execCommand,在 HTML 编辑器中很有用,比如:文字加粗、斜体、复制、粘贴、创建超链接等。
配合 execCommand,在 HTML 编辑器中很有用,比如:文字加粗、斜体、复制、粘贴、创建超链接等。
document 和 document.all 分别什么时候用
document.all还是document.getElementsByName?
document对象execCommand的command参数介绍
document.getElementById的一些细节
document 和 document.all 分别什么时候用
动态加载js文件 document.createElement
document.open() 与 document.write()
document.styleSheets[0].disabled
浅谈$(document)和$(window)的区别