java IOUtils:适用于浏览器的url的FileNotFoundException

时间:2017-02-22 09:02:48

标签: java json url filenotfoundexception

我正在使用Apache Commons IOUtils从URL中读取json数据。我正在使用以下代码获取FileNotFoundException。

JSONObject json = new JSONObject(IOUtils.toString(new URL(url), Charset.forName("UTF-8")));

在浏览器上测试时,相同的url正在发送json数据。这里有什么我想念的吗?

0 个答案:

没有答案