#!/usr/bin/env python # coding: utf-8 import pyjsonrpc http_client = pyjsonrpc.HttpClient( url = "http://localhost:8080" ) print ...
確定! 回上一頁