摘要: 一、常用jsdoc命令 jsdoc test.js -c conf.json -d arun #Reference: https://jsdoc.app/about-commandline.html jsdoc test.js -c conf.json -d arun --readme 01_202 阅读全文
posted @ 2020-05-23 23:42 arun_python 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1.写在前面 我们经常使用document.getElementById去获取DOM中的元素,也会使用childNodes来获取子节点。那么Element和Node的区别是什么?而什么又是HTMLCollection,HTMLElement,和NodeList呢? 一个简单的页面: <html> < 阅读全文
posted @ 2020-05-23 07:15 arun_python 阅读(255) 评论(0) 推荐(0) 编辑