有沒有一種方法,使在Mustache.jsswitch語句
switch語句我有可能是四個不同值的一個變量。 取決於它的值我想輸出稍微不同的模板。
有沒有辦法做到這一點?
P.S我已經看到了這個question,但問題聽起來是一樣的,但在答案中,人們正在回答如何實現if/else功能,我可以找到here。
說明有關代碼:
我的模板
var templates = {
friends :
'here there is some html with {{vars}}'+
'and a button on which I have to write something like'+
'add to friends | already your friend | invitation was sent | your invitation was rejected'
}
}
所以基本上我做一個Ajax調用,共同的列表,包括vars
它返回我type
,它可以是下列之一事情0,1,2,3
。根據這個,我必須寫具體的文字