jsonrpc python实现

pyjsonrpc: https://pypi.python.org/pypi/python-jsonrpcpython 服务端 # coding: utf-8 import pyjsonrpc http_client = pyjsonrpc.HttpClient( url = "http://192.168.56.100:8080", username = "Username
相关文章
相关标签/搜索