jsoup 获取json

http://stackoverflow.com/questions/7133118/jsoup-requesting-json-response
You can fetch JSON or other data format using this:

// JSON example
String json = Jsoup.connect(url).ignoreContentType(true).execute().body();

猜你喜欢

转载自snowelf.iteye.com/blog/2236450
今日推荐