
1 Orzzzz Apr 20, 2015 爬下来的全是<frame>标签? |
2 jhony OP <script src="nocache.js"></script> <html> <head> <meta http-equiv="Content-Type" cOntent="text/html; charset="> <title>学生网上综合系统</title> </head> <link rel="stylesheet" href="xsxt.css" type="text/css"> <frameset rows="60,100%" frameborder="YES" framespacing="1"> <frame name="w_top" scrolling="NO" noresize src="top.html" bordercolor="#985AAF"> <frameset cols="194,80%" FRAMEBORDER="YES" framespacing="1" > <frame name="w_left" src="left.jsp" scrolling="auto" noresize bordercolor="#985AAF"> <frame name="w_right" src="right.jsp" scrolling="auto" noresize bordercolor="#985AAF"> </frameset> </frameset> <noframes> <body> <font color="red">本系统使用了框架,而您的浏览器不支持框架,以致不能正常显示。请下载高版本的浏览器。</font> </body> </noframes> </html> 何解? |
3 xbaofeng Apr 24, 2015 继续 top.html left.jsp right.jsp |