摘要: # coding:utf-8 import requests host = 'http://192.168.75.175' url = host + '/zentao/user-login.html' req = requests.get(url) print(req.headers) h1 = { 阅读全文
posted @ 2020-06-25 09:25 dy20082250 阅读(533) 评论(0) 推荐(0)