import websocket ws = websocket.WebSocket() ws.connect("ws://echo.websocket.org") ws.send("Hello, Server") print(ws.recv()) ws.close().
確定! 回上一頁