因为python的read和write方法的操作对象都是string。而操作二进制的时候会把string转换成list进行解析,解析后重新写入文件的时候,还得转换成string。因为python的read和write方法的操作对象都是string。而操作二进制的时候会把s
因为python的read和write方法的操作对象都是string。而操作二进制的时候会把string转换成list进行解析,解析后重新写入文件的时候,还得转换成string。因为python的read和write方法的操作对象都是string。而操作二进制的时候会把s