摘要:
public bool networkbuild()//建立端口连接 { if (client == null) { try { client = new TcpClient(networkip, networkport); netstream = client.GetStream(); retur 阅读全文
posted @ 2019-04-25 13:30
Poison_heng
阅读(1851)
评论(0)
推荐(0)
2019年4月25日