摘要:
import urllib.request import urllib.parse url = 'http://127.0.0.1:8000/api/login/' headers = {'User-Agent':'Mozilla/5.0 (Windows NT 10.0; WOW64) Apple 阅读全文
摘要:
https://blog.csdn.net/qq_36119192/article/details/82951408 阅读全文
摘要:
一、python3引入urllib2 python3的urllib2与urllib合并了,使用时需要使用 import urllib.request 打开: response = urllib.request.urlopen("网页地址") 二、python 获取md5 #使用python 库 求M 阅读全文