leejay
1 #!/usr/bin/python
2 # -*- coding:utf-8 -*-
3 import os
4 
5 print "查看公网IP:"
6 os.system(\'curl icanhazip.com\')

 

分类:

技术点:

相关文章: