本文介绍了money_format()函数显示 而不是本地货币符号(磅)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人有任何想法为什么 money_format()显示 而不是英镑(£)。

Does anyone have any idea why money_format() is showing � instead of pound sign (£).

该功能在本地服务器上执行正常,但是当我将其上传到我的远程服务器(如果呈现不正确)。

The function performs fine on my local server, but when I upload it to my remote server if renders incorrectly.

有没有人知道解决方案?

Does anyone know a solution?

推荐答案

您需要使用& pound; ,而不是£

可以在

这篇关于money_format()函数显示 而不是本地货币符号(磅)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 03:37