tag-builder
Fluent html tag building library.
Install
npm install --save tag-builder
Examples
const assert = require('assert')const TagBuilder = require('tag-builder')const div = new TagBuilder('div')const html = div.text('hello world').toString()assert.equal(html, 'hello world
查看更多关于FluentHTMLTagBuilder_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did110949