随笔分类 - javascript
摘要:如何使用APIswig.init({ allowErrors: false, autoescape: true, cache: true, encoding: 'utf8', filters: {}, root: '/', tags: {}, extensions: {}, tzOffset: 0});options:allowErrors: 默认值为 false。将所有模板解析和编译错误直接输出到模板。如果为 true,则将引发错误,抛出到 Node.js 进程中,可能会使您的应用程序崩溃。autoescape: 默认true,强烈建议保持。字符转换表请参阅转
阅读全文
摘要:htmlhinthttps://github.com/yaniswang/HTMLHint使用var HTMLHint = require("htmlhint").HTMLHint;var messages = HTMLHint.verify(code, options);选项{ 'tagname-lowercase': true, 'attr-lowercase': true, 'attr-value-double-quotes': true, 'doctype-first': true, 'tag-
阅读全文

浙公网安备 33010602011771号