cannot find symbol - variable IOUtils in getting webpage content

后端 未结 0 735
遥遥无期
遥遥无期 2020-11-29 14:57

I have this code to get the contents of a webpage

URL url = new URL("http://www.example.com/");
URLConnection con = url.openConnection();
InputStrea         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题