python websocket client 使用时间:2023-12-12 18:38:56 import websocket ws = websocket.WebSocket() ws.connect("xx.xx.xx") ws.send("string") ws.recv()