我使用来自API的请求(使用Python3.5)获取JSON,当我试图打印(或使用) JSON时,使用response.text,json.loads(.)或者response.json(),我得到一个character '\xc5' in position 676: ordinal not in range(128)
JSON包含一个带有国家名称的字典数组,其中一些包含特殊字符,例如:(例如,二进制数组中只有一个字典它无法打印字符。
element = driver.find_element_by_class_name("market_value")print instance/usr/bin/python2.7 /home/phuhzy/PycharmProjects/pychar_test/test2.py
(I don't get如果我将其打印为,prin