我正在尝试做一个简单的函数来获取文本字符串!导入的html文件
目前它返回的功能。我如何让它返回文本?
这是在主干视图的初始化函数中。
this.options.template = req(['text!tpl/snippet/'+this.option.currentTemplate+'.html'], function(_template){ return _template; });
this.options.template 当前是一个 function()
我如何让它返回实际的字符串?