比如这段PAC文件,请问后端服务器要用什么来搭建function FindProxyForURL(url, host){if (dnsDomainIs(host, "google.com")) {return "PROXY ip.test.com:6666"; }else{return "DIRECT"; } } 查看完整描述