SOCK_STREAM) # 綁定地址到socket sock.bind(ip_port) # 設置最大連接數,並開始監聽sock.listen(10) print("TCP Server is running") print("Wait ...
確定! 回上一頁