The string that you get is just the JSON Object.toString(). It means that you get the JSON object, but in a String format. If you are supposed to get a JSON ...
確定! 回上一頁