hosts文件的位置是比力隐蔽的,我们能够在我们的电脑c盘下面,找到windows那是系统文件夹,之后进入system32,再进入drivers,之后再找到etc进入,hosts文件就在那个文件下面。我们进入之后会发现没有hosts文件,hosts文件是隐藏文件,因而我们需要设置文件夹权限,我们翻开我的电脑,之后点击东西,然后选择文件夹选项,之后点击查看,在里面找到打消勾选隐藏受庇护的系统文件,之后点击确定。
之后我们就能够看到hosts文件了。我们能够把hosts文件复造到桌面上,之后用记事本翻开,翻开之后我们把里面的内容全数删掉,之后我们把那些内容复造进去然后点击保留,之后再把hosts文件放到之前的etc文件下面替代之前的就修复好了。
# 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 inpidual 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 inpidual# 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 hand led within DNS itself。
# 127。0。0。1 localhost# ::1 localhost
良多人在修复完hosts文件之后会呈现保留后无效的情况,那我们就要查抄我们的代码是不是有问题,若是自后一行没有回车那是不会生效的,因而必然要记得有回车。