In python2, socket.send(string[, flags]) can directly send string, however, in python3 socket.send(bytes[, flags]) send bytes.
確定! 回上一頁