黑马程序员-java网络编程(二)

2014-11-24 02:08:33 · 作者: · 浏览: 1
getOutputStream();
out.write("以tcp形式发送的数据".getBytes());
s.close();
}
}