#!/usr/bin/env python # coding: utf-8 import pyjsonrpc def add(a, b): """Test function""" return a + b # Handles the JSON-RPC request and gets back the ...
確定! 回上一頁