(function($){ var GETCLASSES="http://imoocnote.calfnote.com/inter/getClasses.php"; $.ajax({ url:GETCLASSES, data:{curPage:1}, success:function(data){ var t=$("#class-template").html(); var f=Handlebars.compile(t); var h=f(data.data); console.log(h); $("#classes").html(h); } })})(jQuery);
1 回答
- 1 回答
- 0 关注
- 1170 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消