The default encoding for a jsp page is supposed to be ISO-8859-1, unless the pageEncoding attribute is specified: <%@ page pageEncoding="UTF-8" ... But it is ...
確定! 回上一頁