摘要: import ( "bufio" "log" "net/rpc" "os" ) type Reply struct { Data string } func main() { client, err := rpc.Dial("tcp", "localhost:12345") if err != ni 阅读全文
posted @ 2020-04-12 12:38 黄烤鸭 阅读(1780) 评论(0) 推荐(0) 编辑