摘要: 模板引擎基础概念 模板引擎是第三模块,让开发者以更加友好的方式拼接字符串,使项目代码更加清晰、更加易于维护。 art-template模板引擎 使用npm install art-template命令进行下载 使用const template = require('art-template')引入模 阅读全文
posted @ 2020-10-08 10:40 actorhuang 阅读(165) 评论(0) 推荐(0) 编辑