摘要: 服务端 创建server.go文件。详见demo82 package mainimport ( "fmt" "net" "net/rpc")//定义类对象type World struct {}//绑定类方法func (this *World) HelloWorld(name string, res 阅读全文
posted @ 2023-03-19 16:13 5656923 阅读(59) 评论(0) 推荐(0)