Python判断网络是否可以访问

Posted 413Xiaol

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python判断网络是否可以访问相关的知识,希望对你有一定的参考价值。

import  urllib
url = "http://www.baidu.com"
try:
    status = urllib.urlopen(url).code
    print status
except:
    print {result: false, msg: URL cannot access}

 

以上是关于Python判断网络是否可以访问的主要内容,如果未能解决你的问题,请参考以下文章

Linux shell脚本判断服务器网络是否可以上网

javascript常用代码片段

使用 Python 代码片段编写 LaTeX 文档

浏览器判断ios是不是连接wifi

(58)C#里怎么判断HttpWebResponse的返回码

(58)C#里怎么判断HttpWebResponse的返回码