服務端import socket server=socket.socket(socket.AF_INET,socket.SOCK_DGRAM)# 數據報協議=》udp協議server.bind(("127.0.0.1",8080)) data ...
確定! 回上一頁