0
顯得比較直截了當:這是如何不是咖啡腳本中的功能?
_.each words, (val, key) -> $(".word_choice")[key].html val
返回:
$(".word_choice")[key].html is not a function
[Break On This Error]
return $(".word_choice")[key].html(val);
想不通這一點。我使用這個參考:
http://autotelicum.github.com/Smooth-CoffeeScript/literate/underscore.html#each
啊我也是!我認爲這是一個非常誠實的問題,用很好的參考文字說得很好?感謝+1 – Trip