2022年5月13日

go实现udp数据通信

摘要: 代码展示 服务端 package main import ( "fmt" "net" "strings" ) func main(){ Conn,err:=net.ListenUDP("udp",&net.UDPAddr{ IP: net.IPv4(127,0,0,1), Port: 40000, 阅读全文

posted @ 2022-05-13 08:46 孤灯引路人 阅读(343) 评论(0) 推荐(0) 编辑

导航