为什么我这个h打出来只有一对ul空标签啊,有哥们知道吗

(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);

慕粉1469629302
浏览 1171回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP