我有一种情况,我使用Android-volley来POST我的json对象,我可以成功地发布所有内容,我的数据在服务器中是可见的,但服务器响应为String而不是json,这就是我出错的原因。com.android.volley.ParseError: org.json.JSONException: Value <br of type java.lang.String cannot be convertedto JSONObject
那么,当我们传递json对象时,volley中有可能解析字符串吗?> crea
nr=1"; /* dont be mad about localhost, i have working adress which i've tested via pc and android browser07-29 21:52:10.409: W/System.err(12985): at org.json.JSONObject.get(JSONObject.java:354)
07-29 21:52:10.409: W/System.err(12985): at org.