好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

FluentHTMLTagBuilder_html/css_WEB-ITnose

来自: https://github.com/rwhitmire/tag-builder

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的详细内容...

  阅读:27次