本文介绍了IP地址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 如何获取我的IP地址? cmd.exe中的我只需输入ipconfig即可然后打印: ... IP地址。 。 。 。 。 。 。 。 。 。 。 。 。 。 。 。 。 :192.168.1.10 ... 我怎么能在python中做到这一点? 解决方案 #v + python -c''import re,urllib; print re.findall("< title> Your IP:(。+?)< / title>",urllib.urlopen(" http://myip.dk/")。read())[ 0]'' #v- 干杯, - Klaus Alexander Seistrup http://klaus.seistrup.dk/ #v + python -c''import re,urllib; print re.findall("< title> Your IP:(。+?)< / title>",urllib.urlopen(" http://myip.dk/")。read())[ 0]'' #v- 干杯, Hmm那么你需要互联网连接。没有那个我能做到吗? ' 它也不起作用:( $ b $ H那么你需要互联网连接。 这就是IP地址的用途...... 也许你可以使用中提到的方法 http://mail.python.org/pipermail/pyt...st/009153.html 适用于我: #v + klaus @ home:〜 How do i get my ip address?in cmd.exe i just type "ipconfig" then it prints:...IP-address . . . . . . . . . . . . . . . . . : 192.168.1.10...how can i do that in python?? 解决方案#v+python -c ''import re, urllib; print re.findall("<title>Your IP: (.+?)</title>", urllib.urlopen("http://myip.dk/").read())[0]''#v-Cheers,--Klaus Alexander Seistrup http://klaus.seistrup.dk/#v+python -c ''import re, urllib; print re.findall("<title>Your IP: (.+?)</title>", urllib.urlopen("http://myip.dk/").read())[0]''#v-Cheers,Hmm then you need Internet connecting. can i do it without that? ′and it doesn''t work either :(Hmm then you need Internet connecting.That''s what IP adresses are for...Perhaps you could use the method mentioned in http://mail.python.org/pipermail/pyt...st/009153.htmlWorks for me:#v+klaus@home:~ 这篇关于IP地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-23 01:39