摘要: //异步提交 2 $.ajax({ 3 type: "Post", 4 url: "/common/review", 5 success: function (data) { 6 alert(data.res); 7 } 8 }); 9 10 //同步提交11 $("form").submit(); 阅读全文
posted @ 2013-03-20 23:47 James·wang 阅读(209) 评论(0) 推荐(0)