2020年8月20日

python测试dubbo接口

摘要: # coding=utf-8 import json import telnetlib class Dubbo(telnetlib.Telnet): prompt = 'dubbo>' coding = 'utf-8' def __init__(self, host=None, port=0): s 阅读全文

posted @ 2020-08-20 20:03 fengZQ 阅读(376) 评论(0) 推荐(0) 编辑

导航