摘要: Appearance & Behavior Appearance Theme # 设置主题 Editor Font Size # 设置字体大小 File and code Templates Python Script # 设置代码开头声明 File Encodings # 代码保存格式。默认utf 阅读全文
posted @ 2018-09-17 21:18 Kay_xs 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 以什么方式编码,就以什么方式解码! 第一种编码与解码方式: encode()编码 decode()解码 type()查看数据类型 repr()查看数据内容 第二种编码与解码方式: bytes()编码str()解码 json.dumps()查看数据内容 阅读全文
posted @ 2018-09-17 13:15 Kay_xs 阅读(98) 评论(0) 推荐(0) 编辑