RPC_GO 编译方式: go build client.go go build server.go 启动方式: ./server -l IP -p 端口号 ./client -i IP -p 端口号 如 ./server -l 0.0.0.0 -p 1234 ./client -i 0.0.0.0 -p 1234