java开发人员年鉴.chm
使用方便 效果极佳 发给大家共享拉 e132. Creating a URL try { // With components. URL url = new URL("http", "hostname", 80, "index.html"); // With a single string. url = new URL("http://hostname:80/index.html"); } catch (MalformedURLException e) { }
下载地址
用户评论