Back to Layui

模板引擎

examples/laytpl.html

2.13.6341 B
Original Source

模板

数据

{ "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"} ] }

  • 渲染结果
  • 源码

性能测试