function longPolling() { setTimeout(function() { console.log("Long Polling"); ... 當連線意外中斷後,如果有設定 retry: 時間,則時間一到會重新連線
確定! 回上一頁