aying
Follow
Time Flies,Have Fun!
0
Followers
1
Followings
Patron
Home
Archives
Python3WebSpider
Latest
Hottest
Most Commented
requests库的使用
Copy import requests r = requests.get('https://www.baidu.com/') print(type(r)) print(r.status_code) print(type(r.text)) print(r.text) print…
Python3WebSpider
2 min
2 months ago
urllib的使用
Copy #使用urllib #发送请求 #1.urlopen import urllib.request response = urllib.request.urlopen('https://www.python.org') #print(response.read…
Python3WebSpider
3 min
2 months ago
Ownership of this blog data is guaranteed by blockchain and smart contracts to the creator alone.
Blockchain ID
#75215
Owner
0xaf43a8037eeb0afb02792bed963dc63b7c5ce14e
Transaction Hash
Creation 0x4aee864c...a00ac45cea
Last Update 0x3afeac86...f6055a9a83
IPFS Address
ipfs://QmXGp2HCpH9CfKoKVLkiR8si3SFSv12bGSfQgPAFp84qNq