$.ajax({ url: "/News/Index", data: { CatalogId: node.key }, type: "POST", dataType: "html", success: function (data) { $(".newsGlobalContainer").html($(data).find(".newsGlobalContainer")); } });
时间: 2024-10-11 02:25:57
$.ajax({ url: "/News/Index", data: { CatalogId: node.key }, type: "POST", dataType: "html", success: function (data) { $(".newsGlobalContainer").html($(data).find(".newsGlobalContainer")); } });