TA贡献11条经验 获得超2个赞
你的问题太模糊,具体点
TA贡献4条经验 获得超1个赞
$(function(){
$.ajax({ type: "POST", url: "test.html", data: "name=John&location=Boston", success: function(msg){ alert( "Data Saved: " + msg ); } }); });
举报