服务器返回的json,编码格式是UTF-8
UTF-8
有些字会乱码,是小概率事件。有时会乱码,大部分情况正常。试过强制转编码也会出现这种情况。
认证0级讲师
How do you get the data volley or
Try URLEncoder.encode(), this is how I solved the garbled characters I encountered before URLDecoder.decode()
How do you get the data volley or
Try URLEncoder.encode(), this is how I solved the garbled characters I encountered before URLDecoder.decode()