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 </head> 7 <body> 8 <noscript> 9 <script LANGUAGE="JavaScript"> 10 alert("看看能不能提示"); 11 </script> 12 </noscript> 13 </body> 14 </html>