var ajaxTimeoutTest = $.ajax({ url:'', //请求的URL timeout : 1000, //超时时间设置,单位毫秒type : 'get', //请求方式,get或post data :{}, //请求 ...
確定! 回上一頁