import time from websocket import create_connection url = 'wss://i.cg.net/wi/ws' while True: # 一直鏈接,直到連線上就退出迴圈 time.sleep(2) ...
確定! 回上一頁