【已解决】Python中,使用strptime出错:UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe5 in position 202: ordinal not in range(128)
crifan 13年前 (2012-07-14) 3680浏览 0评论
【问题】 Python中,想要解析unicode类型的字符串"Sep 5, 2010"为对应的time或datetime变量: parsedTime = time.strptime(dateStr, "%B %d, %Y...