sent = unicode(sent,'utf-8')UnicodeDecodeError: 'utf8' codec can't decode byte 0xce in position 0: invalid continuation byte
要在你的python文件头加一句utf8编码,你百度搜一下,我忘记具体怎么写了,反正只要一句话!
你的sent是什么编码的字符串,它不能被UTF8 decode