原理很简单的,就是设置一下自己电脑中关于GOOGLE相册域名地址解析,也就是修改下DNS的指向IP。
我们可以通过以下几步来实现相册的正常访问。
1、打开我的电脑,在地址栏输入 C:\WINDOWS\SYSTEM32\drivers\etc\hosts ,此时系统会提示你用什么程序来打开文件,选择“记事本”,确定。
2、打开后看到内容大致如下
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
在“127.0.0.1 localhost ”的后面回车,把下面的内容复制到文件中。
203.208.39.104 picadaweb.google.com
203.208.39.104 lh1.ggpht.com
203.208.39.104 lh2.ggpht.com
203.208.39.104 lh3.ggpht.com
203.208.39.104 lh4.ggpht.com
203.208.39.104 lh5.ggpht.com
203.208.39.104 lh6.ggpht.com
203.208.39.104 lh7.ggpht.com
203.208.39.104 lh8.ggpht.com
3、保存文件,然后关闭所有的IE浏览器,之后就可以正常访问GOOGLE相册了!
目前(2010年01月29日11点)为止,我用 FireFox可以打开!^_^