$.ajax({ url: "<c:url value="/pages/enterpriseAccount/approvePart/myApplicationPage.jsp"/>",global: false,type: "POST",dataType: "html",async: false,success: function(msg) { $('#aaa').html(""); $('#aaa').html(msg); } })
在需要加载进来的页面里面,编码格式需要和当前父页面相同