无限茉莉

文章
5
资源
0
加入时间
3年0月9天

Socket用法详解<1>

Socket的构造方法有以下几种重载形式:(1) socket()(2) Socket(InetAddress address,int port)throws UnknownHostException,IOException(3) Socket(InetAddress address,int port,InetAddress localAddr,int localPort)throws