标签:
$.ajax({ url: "/News/Index", data: { CatalogId: node.key }, type: "POST", dataType: "html", success: function (data) { $(".newsGlobalContainer").html($(data).find(".newsGlobalContainer")); } });
标签:
原文地址:http://www.cnblogs.com/xiaochun365/p/4551241.html