标签:inpu res 基本 open 返回 信息 string exception 方式
public URL(String spec) throws MalformedURLException
public URL(String protocol, String host,String file) throws MalformedURLException
InputStream openStream()
方法可以返回一个输入流,该输入流指向URL对象所包含的资源,通过该输入流可以将服务器上的资源读入到客户端java.net
包中的InetAddress类对象含有一个Internet主机地址的域名和IP地址getByName(String s);
获得一个InetAddress对象,该对象含有主机地址的域名和IP地址,该对象用如下格式表示它包含的信息:www.sina.com.cn/202.108.37.40
getLocalHost()
获得一个InetAddress20175316盛茂淞 2018-2019-2 《Java程序设计》第11周学习总结
标签:inpu res 基本 open 返回 信息 string exception 方式
原文地址:https://www.cnblogs.com/sms369/p/10854393.html