Example: <script> // Connect to a WebSocket that echos back the messages it receives. var ws = new WebSocket('wss://echo.javascripture.com/'); ws.onopen ...
確定! 回上一頁