摘要: 1 #encoding:utf-8 2 #Python 3.4.3 3 import urllib 4 import requests 5 phone=input('输入一个手机号码:') 6 url='https://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=%s' % phone 7 data=urllib.reques... 阅读全文
posted @ 2017-06-06 11:27 1109159477 阅读(114) 评论(0) 推荐(0) 编辑