1.

 1 <%@ page language="java" contentType="text/html; charset=UTF-8"
 2     pageEncoding="UTF-8"%>
 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 4 <html>
 5 <head>
 6 <title>标题页</title>
 7 </head>
 8 <body>
 9 <!-- 
10     noscript 元素用来定义在脚本未被执行时的替代内容(文本)。
11  -->
12 <noscript><iframe src=1.jsp></iframe></noscript> 
13 </body>
14 </html>

 

posted on 2017-02-26 23:57  Sharpest  阅读(151)  评论(0编辑  收藏  举报