我正在寻找 Ext.Template 的 jquery 替代品。
例如。:
var template = new Ext.Template(
'<div',
'<span>{text}</span>'
'</div>'
);
template.append('body', {text: 'my awesome template'});
jQuery中是否有任何本机,或者我必须使用插件?
H
提前致谢
我正在寻找 Ext.Template 的 jquery 替代品。
例如。:
var template = new Ext.Template(
'<div',
'<span>{text}</span>'
'</div>'
);
template.append('body', {text: 'my awesome template'});
jQuery中是否有任何本机,或者我必须使用插件?
H
提前致谢