第1个回答 2017-07-14
根据你遇到的情况可能是以下三种情况导致:
1、无法连接服务器,那么有可能是网站方的服务器出现问题,无法返回你需要的页面内容,网页无法访问;
2、检查网址拼写:原因有可能是你输入的网址错了,网页无法提供你所需要的页面;
3、网络设置方面有可能是你的电脑DNS设置有问题,无法访问,或者是你的网络中断、网络不稳定导致页面无法访问;
第2个回答 2017-10-15
出现网页无法访问原因有三个:
1、浏览器将这个网站设置为不信任,将其拦截了,将此网站加入到信任列表即可;
2、网络设置中DNS 有问题,没有办法解析这个网站的网址,设置为正确的DNS 服务器地址即可;
3、网络连接有问题,建议检查一下网络线路。本回答被网友采纳
第3个回答 2021-06-21
有几种情况导致网页无法访问的,一般情况下是服务器出问题了,另外一种情况是域名,或者是网站本身有BUG,这都会遇到,具体还得查看实际情况。
第4个回答 2019-12-23
无法访问该网页儿。可能是因为他的网站关闭了。也可能是因为你的网络不通。
第5个回答 2020-06-13
尝试改下host文件
"文件开头 双引号里边的不是"
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
"文件结束 别复制这行啊"