前端学习(1351)模板引擎
生活随笔
收集整理的這篇文章主要介紹了
前端学习(1351)模板引擎
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
const template = require('art-template');
//絕對路徑 模板中顯示的數據
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>運行結果
總結
以上是生活随笔為你收集整理的前端学习(1351)模板引擎的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 前端学习(574):margin无效情形
- 下一篇: 前端学习(566):margin aut