Ajax 請求超時和網絡異常

上代碼 html部分 node.js 部分 再node.js部分設置一個定時器模擬網絡延遲 setTimeout(()=>{ response.send(‘延遲響應’); },3000); (在定時器裏面設置響應內容) 回到html 設置超時爲 2s如果請求超過兩秒就取消請求 xhr.timeout = 2000; 超時回調 xhr.ontimeout = function(){ alert(「哎
相關文章
相關標籤/搜索