摘要:
//jquery 中Ajax function funJqueryGet() { $.get("b.aspx", { type: "jquery" }, function (date) { alert(date); }); } var id =3; function funJqueryPost() { $.post("b.aspx", { type: id }, function (data) { alert(data); }); } 阅读全文
posted @ 2013-07-28 00:33
fulai_xy
阅读(183)
评论(0)
推荐(0)