Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 2解决这个问题的方法 不需要每个类里面都做替换的 只要把netsvc.py的文件里面加上这段代码就可以搞定了default_encoding='utf-8' if sys.getdefaultencoding!=default_encoding: reload(sys) sys.setdefaultencoding(default_encoding)