摘要: python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报这样的错UnicodeDecodeError: 'ascii' codec can't decode byte 0x?? in position 1: ordinal not in range(1 阅读全文
posted @ 2018-12-17 15:23 挖坑达人 阅读(5) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ Created on Tue Nov 14 16:39:25 2017 @author: masserd """ from atexit import register from re import compile from threading 阅读全文
posted @ 2018-12-17 14:06 挖坑达人 阅读(19) 评论(0) 推荐(0) 编辑