本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
46
Wiki
活動
瀏覽代碼
add nexting example
tags/0.5.0-vsc
Jan Lehnardt
15 年之前
父節點
faa94ba1d4
當前提交
29de9bacf5
共有
3 個檔案被更改
,包括
16 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
examples/nesting.html
+7
-0
examples/nesting.js
+4
-0
examples/nesting.txt
+ 5
- 0
examples/nesting.html
查看文件
@@ -0,0 +1,5 @@
{{#foo}}
{{#a}}
{{b}}
{{/a}}
{{/foo}}
+ 7
- 0
examples/nesting.js
查看文件
@@ -0,0 +1,7 @@
var nesting = {
foo: [
{a: {b: 1}},
{a: {b: 2}},
{a: {b: 3}}
]
};
+ 4
- 0
examples/nesting.txt
查看文件
@@ -0,0 +1,4 @@
1
2
3
Write
Preview
Loading…
取消
儲存