jsp01

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
    <h1>hello</h1>
    <% %>
</body>
</html>
原文地址:https://www.cnblogs.com/yanzhen108/p/12469592.html