摘要:
一.实验代码 import httplib2 import time import json class OdlUtil: url = '' def __init__(self, host, port): self.url = 'http://' + host + ':' + str(port) d 阅读全文
posted @ 2018-01-24 21:59
micheallll
阅读(290)
评论(0)
推荐(0)
