【发布时间】:2012-05-29 15:27:20
【问题描述】:
以下具体是做什么的:
$.ajax({
type: "POST",
async: false,
对
$.ajax({
type: "POST",
async: true,
表示行为有何不同?
【问题讨论】:
-
您可以在此链接中找到您的问题的答案:stackoverflow.com/questions/1478295/…
标签: jquery asynchronous post get asp.net-ajax