我想使用 GET 打印我的 GET 请求的最后一个响应Grinder
,这是我的代码:
response_string = httpUtilities.getLastResponse().getText()
print str(response_string)
我有例外:
'ascii' codec can't encode character u'\ufffd' in position
1: ordinal not in range(128) at this line :
print str(response_string)
我的问题是如何转换java.lang.String
.
我从httpUtilities.getLastResponse().getText()
进入python字符串?回应有
charset='utf-8'