$(document).ready(function () { setInterval(openWebSocket, 5000); } function openWebSocket(){ if (websocket.readyState === undefined ...
確定! 回上一頁