jquery ajax超時設置

$.ajax({   url:’’, //請求的URL   timeout : 2000, //超時時間設置,單位毫秒   type : ‘get’, //請求方式     data :{}, //請求所傳參數   dataType:‘json’,//返回的數據格式   success:function(data){ //請求成功的回調函數     alert(「成功」);   },   comp
相關文章
相關標籤/搜索