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

来源:2-10 JSP页面生命周期

初级阶段

2018-03-26 22:14

<%@ 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>

写回答 关注

2回答

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

    paperconding应该也等于utf-8

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

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

JAVA遇见HTML——JSP篇

Java Web入门级教程JSP,带你轻松的学习JSP基础知识

248278 学习 · 3071 问题

查看课程

相似问题