摘要: $.ajax({ type: "POST", url: "some.php", data: "name=John&location=Boston", success: function(msg){ alert( "Data Saved: " + msg ); }});后来... 阅读全文
posted @ 2015-11-22 10:21 18860233105 阅读(129) 评论(0) 推荐(0) 编辑