如何访问Google: 谷歌google最近已无法访问
新建 批处理脚本sethosts.bat:
英文版本:
@echo off
ping www.google.cn -n 1| find "Reply from">ip.txt
for /f "tokens=3 delims= " %%i in (ip.txt) do set googleip=%%i
echo %googleip%
findstr /e /v /r /c:"google.com" "C:\Windows\System32\drivers\etc\host...