python 代码:
from requests import get
ip = get('https://api.myip.la').text
print('My public IP address is: {}'.format(ip))
输出结果:
python 代码:
from requests import get
ip = get('https://api.myip.la').text
print('My public IP address is: {}'.format(ip))
输出结果: