Python3几个常见问题的处理方法 1.编码问题:遇到了几个字符串转换问题,总结如下:#strtobytesstr.encode(s)#bytestostrbytes.decode(b python3几个常见问题的处理方法