socket = new Socket(host, port);
host,port 分别为服务端的IP和端口号
这个 socket 能不能绑定自己的端口号与服务端通信呢?