python httplib2应用get post
摘要:
import httplib2,time#装饰器方法,用于记录方法消耗时间#推荐将print 改成logdef timer(func): def _warpper(self,*argv): start = time.time() result = func(self,*arg... 阅读全文
posted @ 2015-07-05 18:41 潦草白纸 阅读(581) 评论(0) 推荐(0) 编辑