【发布时间】:2015-12-16 07:53:17
【问题描述】:
我正在阅读这个 json
{"website": {"url": "http://www.google.com"}}
我将字符串存储在这样的 json 对象中
//I make a network call to get the string
JSONObject obj = new JSONObject(website_string);
当我取出正斜杠时我没有问题。如何保留正斜杠?
【问题讨论】:
-
不去掉斜线到底是什么问题?