def hello(self, name): return "Hello, %s" % name s = zerorpc.Server(HelloRPC()) s.bind("tcp://0.0.0.0:4242") s.run(). 客户端代码,客户端连接服务端的 ...
確定! 回上一頁