摘要:
参考链接: https://www.cnblogs.com/zhaolaosan/p/15259240.html https://blog.csdn.net/linxinfa/article/details/113103369?spm=1001.2014.3001.5501 https://blog 阅读全文
posted @ 2021-10-24 19:24
艰苦奋斗中
阅读(387)
评论(0)
推荐(0)
|
摘要:
参考链接: https://www.cnblogs.com/zhaolaosan/p/15259240.html https://blog.csdn.net/linxinfa/article/details/113103369?spm=1001.2014.3001.5501 https://blog 阅读全文
posted @ 2021-10-24 19:24
艰苦奋斗中
阅读(387)
评论(0)
推荐(0)
摘要:
1.客户端 1 using System.Net.Sockets; 2 using System.Text; 3 using UnityEngine; 4 using UnityEngine.UI; 5 using System; 6 7 public class TestSocket2 : Mon 阅读全文
posted @ 2021-10-24 16:10
艰苦奋斗中
阅读(108)
评论(0)
推荐(0)
摘要:
1.Socket通信的基本流程 2.客户端 1 using System.Net.Sockets; 2 using System.Text; 3 using UnityEngine; 4 using UnityEngine.UI; 5 6 public class TestSocket : Mono 阅读全文
posted @ 2021-10-24 15:24
艰苦奋斗中
阅读(126)
评论(0)
推荐(0)
|