文件名称:html-dom-parser:HTML到DOM解析器
文件大小:35KB
文件格式:ZIP
更新时间:2024-03-05 18:25:51
html-dom-parser 在服务器(Node.js)和客户端(浏览器)上均可使用HTML到DOM解析器: HTMLDOMParser(string[, options]) 解析器将HTML字符串转换为描述DOM树JavaScript对象。 例子 const parse = require ( 'html-dom-parser' ) ; parse ( '
Hello, World!
' ) ; 输出: [ Element { type : 'tag' , parent : null , prev : null , next : null , startIndex : null , endIndex : null , children : [ Text { type : 'text【文件预览】:
html-dom-parser-master
----.eslintrc.json(341B)
----.lintstagedrc.json(79B)
----rollup.config.js(622B)
----webpack.test.config.js(369B)
----.github()
--------ISSUE_TEMPLATE.md(652B)
--------FUNDING.yml(815B)
--------PULL_REQUEST_TEMPLATE.md(634B)
--------dependabot.yml(573B)
--------workflows()
----lib()
--------client()
--------server()
----.prettierrc.json(79B)
----.size-limit.json(75B)
----examples()
--------index.html(973B)
----tsconfig.json(620B)
----LICENSE(1KB)
----test()
--------cases()
--------client()
--------helpers()
--------types()
--------server()
----README.md(4KB)
----index.d.ts(80B)
----.commitlintrc.json(53B)
----.npmrc(35B)
----.huskyrc.json(137B)
----.gitignore(695B)
----index.js(247B)
----karma.conf.js(3KB)
----CHANGELOG.md(8KB)
----package.json(2KB)