比如這段PAC文件,請問后端服務器要用什么來搭建function FindProxyForURL(url, host){if (dnsDomainIs(host, "google.com")) {return "PROXY ip.test.com:6666";
}else{return "DIRECT";
}
}
PAC技術,后端服務器用什么搭建
喵喵時光機
2018-07-23 19:17:55