xss防范
模板 tpl
<%-a%> <%=b%>
使用
var render = tjs(tpl); render({ a: '
test a
', b: '
test b
' });
输出