template.defaults.escape = false;
var html = template('unit_info_template', result.data);
document.getElementById('unitBaseInfo').innerHTML = html;
更多选项参考:https://aui.github.io/art-template/docs/options.html
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
template.defaults.escape = false;
var html = template('unit_info_template', result.data);
document.getElementById('unitBaseInfo').innerHTML = html;
更多选项参考:https://aui.github.io/art-template/docs/options.html
暂无评论内容