在 .jsp 文件上,一个单引号字符:我没有正确呈现。相反,我在 Chrome 上看到了 ’ 。这是否意味着需要对特殊字符进行编码?在某些 .jsp 文件上,单引号字符被正确呈现,但没有发生编码。
如何使用/不使用 jstl 在 jsp 页面上呈现单引号字符?
确保Content-Type
HTTP 标头将字符集设置为UTF-8
.
Content-Type: text/html; charset=utf-8
为此使用 ascii char '
==> '
http://www.ascii.cl/htmlcodes.htm