如何在python中获取当前ec2实例的公共IP地址? 最佳答案 import urllib.request urllib.request.urlopen("http://169.254.169.254/latest/meta-data/public-ipv4").read()