标签:str page 有一个 text AC har 这一 注意 coding
①jsp文件的最开始的部分:
1 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" %>
上面这一句话就有3个需要注意的地方:1.contentType中,text/html;和charset=UTF-8,不能连着写,必须要有一个空格或者多个空格。连着写就会报错!!
2.charset=UTF-8,这里的UTF必须是英文大写,不然会报错!!
3.isELIgnored,这里的ELI都必须是英文大写,不然会报错!! L和I的大写容易忽略。
标签:str page 有一个 text AC har 这一 注意 coding
原文地址:https://www.cnblogs.com/czp2bconfident/p/9032999.html