摘要: 一.实验代码 import httplib2 import time import json class OdlUtil: url = '' def __init__(self, host, port): self.url = 'http://' + host + ':' + str(port) d 阅读全文
posted @ 2018-01-26 02:05 谜语 阅读(560) 评论(0) 推荐(1) 编辑