前端学习(1351)模板引擎
生活随笔
收集整理的這篇文章主要介紹了
前端学习(1351)模板引擎
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
const template = require('art-template');
//絕對(duì)路徑 模板中顯示的數(shù)據(jù)
const path = require('path');
const views = path.join(__dirname, 'index.art');
const html = template(views, {name: '張三',age: 20
});
console.log(html);
index.art
<!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title> </head> <body>{{name}}{{age}} </body> </html>運(yùn)行結(jié)果
總結(jié)
以上是生活随笔為你收集整理的前端学习(1351)模板引擎的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 前端学习(574):margin无效情形
- 下一篇: 前端学习(566):margin aut