解析字符串
const fade=require('fade');
var str=fade.reader('html');
console.log(str);
解析文件
const fade=require('fade');
var str=fade.rederFile('./view/1.jade',{pretty:true})
console.log(str)
html
head
body
ul(class=['aa','bb','cc'],style={width:'120px',height='100px'})
li 我是好人