Not able to display special characters properly in a JSP page

前端 未结 2 1039
耶瑟儿~
耶瑟儿~ 2021-01-25 03:32

I need to display following special characters in a table TD (exclude the back slash in between < symbol and forward slash),

1) \'/<\\/@/tes

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-25 04:03

    I got it to work on JSP by adding this directive to the page

    <%@ page contentType="text/html; charset=UTF-8" %>
    

提交回复
热议问题