Archived
更新文件站地址
This commit is contained in:
6 files changed
+39
-19
No files matched your search
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
# -- coding:utf-8 --
|
||||
# @Author: markushammered@gmail.com
|
||||
# @Development Tool: PyCharm
|
||||
# @Create Time: 2022/3/13
|
||||
# @File Name: length_down.py
|
||||
|
||||
|
||||
import requests
|
||||
|
||||
|
||||
print(requests.get('http://127.0.0.1:8000/data.db').headers)
|
||||
Reference in New Issue
Block a user