_Ritchie

2015年10月24日

Java通过URL获取资源

摘要: public static void main() throws IOException { URL url = new URL("https://www.baidu.com/img/bdlogo.png"); Object obj... 阅读全文

posted @ 2015-10-24 12:19 _Ritchie 阅读(236) 评论(0) 推荐(0) 编辑

导航