AutoFramework/Temp/main.py

5 lines
118 B
Python
Raw Normal View History

2022-08-31 22:04:50 +08:00
from Base.Class.Http import *
2022-07-30 01:25:16 +08:00
2022-08-31 22:04:50 +08:00
print(Session().http(method='GET', url='https://www.fanscloud.net/iplookup')['text'])