文件名称:stringify-attributes:将对象转换为HTML属性字符串
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-19 05:30:22
JavaScript
字符串化属性 将对象转换为HTML属性字符串 安装 $ npm install stringify-attributes 用法 import stringifyAttributes from 'stringify-attributes' ; stringifyAttributes ( { unicorn : ':unicorn:' , rainbow : true , number : 1 , multiple : [ 'a' , 'b' ] } ) ; //=> ' unicorn=":unicorn:" rainbow number="1" multiple="a b"' 请注意,如果有一些属性可以简化在HTML标记中使用字符串,则字符串前面会带有一个空格。 有关的 创建一个HTML元素字符串
【文件预览】:
stringify-attributes-main
----index.test-d.ts(316B)
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(540B)
----license(1KB)
----index.d.ts(566B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(531B)
----readme.md(597B)
----package.json(805B)