Loading...
第一步:安装npm install --save art-template npm install --save express-art-template第二步:指定.html使用的解析引擎(官方给出的是art,自己开心就好)app.engine('html', require('express-art-template'))第三步:使用模板进行传值app.get('/', function...