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 //标签//

posted @ 2019-05-11 09:21  叮当猫-yk  阅读(190)  评论(0编辑  收藏  举报