import socket server=socket.socket() server.bind(("localhost",5555)) server.listen() conn,address=server.accept() file_number=0#檔案個數 ...
確定! 回上一頁