我是靠谱客的博主 单纯芒果,最近开发中收集的这篇文章主要介绍dot.js,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

{{ }} for evaluation
{{= }} for interpolation
{{! }} for interpolation with encoding
{{# }} for compile-time evaluation/includes and partials
{{## #}} for compile-time defines
{{? }} for conditionals
{{~ }} for array iteration


{{=it.xx}} 取obj.xx的值
{{ }} 里面放if else / for 等表达式
{{!it.xx}} 取把obj.xx转义后的值


1,{{? typeof it[prop]==’object’ }} 表示条件判断,结束标签是{{?}} 
2, {{?? }}是条件判断的else 
3,{{ 和{{? 中均可以使用原生的js语法,如for,typeof 等 
4,模板并不是一定要放在script标签中,也可以放在隐藏的div标签中


使用方法:


{{= }} for 赋值


{{ }} for evaluation


{{~ }} for for循环数组


{{? }} for if判断


{{! }} for html标签是否转义


{{# }} for compile-time evaluation/includes and partials


{{## #}} for compile-time defines

最后

以上就是单纯芒果为你收集整理的dot.js的全部内容,希望文章能够帮你解决dot.js所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(33)

评论列表共有 0 条评论

立即
投稿
返回
顶部