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>
浙公网安备 33010602011771号