Runtime error
Traceback (most recent call last) :
File "<string>", line 1,in <module>
UnicodeDecodeError: ' ascii' codec can't decode byte 0xe4 in position 2:
ordinal not in range (128 )
在查询拼接字符中遇到上述错误,可以通过加 u"待转换内容" 于待转换内容。
Runtime error
Traceback (most recent call last) :
File "<string>", line 1,in <module>
UnicodeDecodeError: ' ascii' codec can't decode byte 0xe4 in position 2:
ordinal not in range (128 )
在查询拼接字符中遇到上述错误,可以通过加 u"待转换内容" 于待转换内容。