function build(){
var plate_html =`
<div>
${row_html}
</div>
`
return plate_html
}
es6模板引擎中的变量如果找不到,模板返回空,且没有报错提示
最新推荐文章于 2024-08-17 17:08:02 发布