第一个JSP程序

 1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
 2     pageEncoding="ISO-8859-1"%>
 3 <!DOCTYPE html>
 4 <html>
 5 <head>
 6 <meta charset="ISO-8859-1">
 7 <title>Insert title here</title>
 8 <h1>one</h1>
 9 <p>hello world</p>
10 </head>
11 <body>
12 
13 </body>
14 </html>

 

posted @ 2018-08-07 21:04  Borter  阅读(97)  评论(0)    收藏  举报