问答详情
源自:2-10 JSP页面生命周期

为什么结构JSP生命周期是乱码啊?

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
    <h1>JSP生命周期</h1>
</body>
</html>

提问者:初级阶段 2018-03-26 22:14

个回答

  • Planeswalker23
    2018-03-27 09:33:28

    paperconding应该也等于utf-8

  • 淮北为桔
    2018-03-27 09:00:48

    你的paperconding=“ISO-8859-1”(第二行)