我有collection
,其中包含tab
模型数组
喜欢
[
new TabModel({ title: 'Step 1', template: 'step1.html' }),
new TabModel({ title: 'Step 2', template: 'step2.html' }),
new TabModel({ title: 'Step 3', template: 'step3.html' }),
new TabModel({ title: 'Step 4', template: 'step4.html' })
]
在我的View
循环播放collection
我获得标题,template
放在templates
文件夹下。
在View
答案 0 :(得分:0)
有很多方法可以做到这一点。如果您具有最小的主干设置,则可以使用jQuery load
方法来检索HTML内容。
如果您正在使用RequireJS,那么它有一个文本插件,还有一些webpack模块可以执行此操作。