1
我在此模板中看不到該問題。你是否...?下劃線模板錯誤:未捕獲SyntaxError:意外的令牌非法
<div class="wrap-photos">
<% _.each(photos, function(photo) { %>
<div class="wrap-photo">
<span class="wrap-photo-img">
<img src="<%= photo.get('urlImg') %>/<%= photo.get('photo_file_name') %>" id="<%= photo.get('id') %>" class="photo-img">
</span>
<span class="photo-caption"><%= photo.get('caption') %></span>
</div>
<% }); %>
</div>
感謝您的幫助。我堅持這一點。
似乎罰款給我(http://jsfiddle.net/ambiguous/nkZeD/)。你怎麼使用它?編譯錯誤或使用錯誤時會發生錯誤嗎?頁面內包裝的模板是什麼類型的容器? –
語法看起來不錯 - 確保每個模型中都存在所有這些模型屬性(urlImg,photo_file_name和name) – shane
此錯誤使我認爲模型數據中存在非法字符。 – Ingro