... s = socket.socket() s.bind((HOST, PORT)) s.setblocking(False) # 將此socket設成非阻塞s.listen(5) print('{}伺服器在{}埠開通了!'.format(HOST ...
確定! 回上一頁