html知识点first

[].forEach.call(document.getElementsByTagName("*"),function(e){e.style.border="1px solid #000"})
/**显示粗细**//

https://blog.csdn.net/u013184759/article/details/50418655
//**
ctrl+e //**复制多行代码**//

setTimeout(function(){
alert("激动出现的了")
}),1000 //**显示提示文字框**/

ctrl+/ /*注释*/
Elements //元素//
document.getElementsByTagName("*").length; //显示网页存在多少标签//
Tag //标签//

猜你喜欢

转载自www.cnblogs.com/yk-ddm/p/10847721.html