模板
{{ d.title }}
转义 html:{{= d.desc }}
{{#}}
{{# var str = "a b c"; layui.each(d.items, function(index, item){ }}
{{ item.title }}
{{# if(item.content){ }}
{{ item.content }}
{{# } }}
{{ item.time || '' }}
{{ str }}
{{# }); if(d.items.length === 0){ }} 无数据 {{# } }}
{{ d.content || '' }} {{ }} {{}} {{ }} \a '12'""""" "哈''哈"
渲染时间:{{ layui.util.toDateString(new Date()) }}
数据
生成数据
{ "title": "标题", "desc": "
一段描述
", "items": [ { "title": "list 1", "child": [{ "title": "list 1-1", "child": [{ "title": "list 1-1-1" }] }] }, { "title": "list 2", "child": [{ "title": "list 2-1" }] }, {"title": "list 3"} ] }
视图
性能测试