1、打开Python3.7交互界面
3、用encode()方法进行GBK编码newStr = str.encode('GBK')
5、同时我可以对newStr进行解码newStr.decode('AsCII')