摘要: 1. urllib中urlopen的基本使用介绍 1 ### urllib中urlopen的基本使用介绍 2 3 ## urlopen的基本用法(GET请求) 4 import urllib.request as r 5 # 访问一个url,返回一个对象 6 response = r.urlopen 阅读全文
posted @ 2020-03-09 15:24 糕事情 阅读(344) 评论(0) 推荐(0) 编辑