function FindProxyForURL(url, host)
{
if ( dnsDomainIs(host, ".blogspot.com"))
return "PROXY 72.14.219.190:80";
else
return DIRECT;
}
打開IE-->工具-->internet選項-->連接-->局域網設置,選中使用自動配置文件。輸入剛才新建的pac文件地址,如:file://c:/proxy.pac。這樣你就可以在ie下正常訪問blogspot.com網站了 。
打開Firefox-->工具-->選項-->高級-->網絡-->設置;選中自動代理配置URL;輸入輸入剛才新建的pac文件地址,如:file://c:/proxy.pac。這樣你就可以在firefox下正常訪問blogspot.com網站了。