前端学习(1358) :渲染模板默认
生活随笔
收集整理的這篇文章主要介紹了
前端学习(1358) :渲染模板默认
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
const template = require('art-template'); //絕對路徑 模板中顯示的數據 const path = require('path');const dateFormat = require('dateFormat') template.defaults.imports.dateFormat = dateFormat; template.defaults.root = path.join(__dirname); template.defaults.extname = '.art'; const html = template('07', {time: new Date()}); console.log(html);07.art
{{dateFormat(time,'yyyy-MM-dd')}}運行結果
總結
以上是生活随笔為你收集整理的前端学习(1358) :渲染模板默认的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Oracle数据库阶段版本
- 下一篇: 前端学习(1316):静态资源