摘要: 需求格式:GET /users/:user/repos 程序: 1 class Chain(object): 2 def __init__(self,path=''): 3 self._path=path 4 5 def __getattr__(self, path): 6 return Chain 阅读全文
posted @ 2019-12-17 11:04 骑白马的猴子 阅读(612) 评论(0) 推荐(0) 编辑