jquery ajax 简单范例(界面+后台)
界面: 代码如下: [removed] $(document).ready(function () { $(“#b01”).click(function () { htmlobj = $.ajax({ url: “/Content/upFile/测试.txt”, async: false }); $(“#div01”).html(htmlobj.responseText); }); }); $(document).ready(function () { $(“#test”).load(“/Content/upFile/测试2.txt #p1”, function (responseTxt,
用户评论