修改windows系统中的host文件修改为 10817797100 translategoogleapiscom 的bat脚本
@echo off set host_path=%windir%\System32\drivers\etc\hosts set host_url=108.177.97.100 translate.googleapis.com
echo Modifying host file... echo %host_url% >> %host_path% echo Host file modified successfully! pause>nul
原文地址: https://www.cveoy.top/t/topic/EJR 著作权归作者所有。请勿转载和采集!