輕松實現隱藏域名跳轉,將下面代碼中“http://nook.crskey.com”地址換成您要跳轉的地址就行了。複制代碼新建一個index.html文件,上傳到您的空間就OK!
<html> <head> <meta http-equiv="Content-Language" content="zh-CN"> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <title>跳转代码演示!</title> <meta name="keywords" content="跳转代码演示!"> <meta name="description" content="跳转代码演示!"></head> <frameset framespacing="0" border="0" rows="0" frameborder="0"> <frame name="main" src="http://nook.crskey.com" scrolling="auto" noresize> </frameset> </html>