2
我有這樣的一個模板:如何在foreach綁定到字符串列表時訪問字符串?
<div data-bind='template: { name: "stringTemplate", foreach: stringCollection() }'> </div>
</div>
<script id='stringTemplate' type='text/html'>
// I want to display string from collection here
</script>
我如何訪問在模板中的字符串對象?
+1我一直在尋找這一段時間!謝謝! – gabe