摘要: 1、执行结果 2、代码如下: server: package main import ( "fmt" "net" "net/rpc" ) // 定义类对象 type World struct { } // 绑定类方法 func (this *World) HelloWord(name string, 阅读全文
posted @ 2021-10-24 10:50 广深-小龙 阅读(100) 评论(0) 推荐(0)