实现网站(网页)跳转且可隐藏跳转后网址的代码。此代码可制作成单独首页
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>小鱼阁</title> <frameset framespacing="0" border="0" rows="0" frameborder="0"><frame name="main" src="http://afish.cnblogs.com" scrolling="auto" noresize></frameset> </head> <body> <a href="http://afish.cnblogs.com">小鱼阁</a>(注:此行可要可不要) </body> </html>