随笔分类 -  crawler

摘要:本文主要介绍python中调用API的几种方式,下面是python中会用到的库。 1.urllib2 import urllib2, urllib github_url = 'https://api.github.com/user/repos' password_manager = urllib2. 阅读全文
posted @ 2018-10-11 20:42 xmalll 阅读(10020) 评论(0) 推荐(0)