为什么csdn注销以后在登陆要访问这个地址啊?这样有什么好处吗?
http://passport.csdn.net/UserLogin.aspx?from=http://community.csdn.net/
为什么参数是这个啊 ?from=http://community.csdn.net/
这样做有什么好处吗?
怎么能实现啊?
------解决方案--------------------在其 <head> 中有 <meta http-equiv= "refresh " content= "2;URL=http://community.csdn.net/ "> </meta>
其中 2 表示每两秒钟刷新一次,后面的 URL 是跳转到的地址。可以理解为两秒钟后跳转到指定的 URL。