【 tulaoshi.com - 编程语言 】
                             
                              !--
  使页面/index.Html加载后马上自动跳转到/its/index.html页面,/index.html内容如下:
    html
    head
    meta http-equiv="Content-Type" content="text/html; charset=gb2312"
    meta http-equiv="refresh" content="0,url=/its"
    /head
    body bgcolor="#FFFFFF" text="#000000"
  a href="http://192.168.18.235/its"Loading....../a 
    /body
    /html
  --