cache : false, async : true, type : "POST", dataType : 'json/xml/html', success : function (result){ do something... } }); 2 同步請求方式 復制代碼代碼如下: $.ajax({ url : 'your url', data:{name:value}, cache : false, async : false, type : "POST", dataType : 'json/x...
www.dbjr.com.cn/article/448...htm 2025-5-28