arttemplate.js 如何不直接输出html代码

第一种: template.config("escape", false);

第二种: 其实art提供了不编码输出,比如{{content}}写成{{#content}}就可以

原文地址:https://www.cnblogs.com/wangyuyanhello/p/8144504.html