摘要: #客户端 package main import ( "bufio" "fmt" "net" "os" "strings" ) func main() { conn, err:=net.Dial("tcp","127.0.0.1:8888"); if err != nil{ fmt.Printf(" 阅读全文
posted @ 2022-05-24 16:33 warmhearthhh 阅读(51) 评论(0) 推荐(0) 编辑