gpt4 book ai didi

java - 欧元符号显示为 "?"

转载 作者:行者123 更新时间:2023-12-01 13:38:35 25 4
gpt4 key购买 nike

我在使用 <fmt:formatNumber type="currency"> 显示欧元符号时遇到问题对于下面的代码。

<fmt:formatNumber value="$l_thresholdValue}" minFractionDigits="0" type="currency" var="thresholdValue"/>

这段代码在其他jsp页面中工作正常。我尝试了所有可能的方法,例如将文件保存在 UTF-8 中并包括编码样式 <%@page contentType="text/html;charset=UTF-8"%>在jsp文件中。

欧元符号仍然显示为“?

谁能帮帮我

最佳答案

最好使用这个:

<meta http-equiv="content-type" content="text/html; charset=iso-8859-15">

希望这对你有帮助

关于java - 欧元符号显示为 "?",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21040997/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com