【发布时间】:2016-12-14 07:31:27
【问题描述】:
我试图写一个简单的段落,其中有表示价格的“£”符号。
但是,当文本出现在网页上时,每个“£”符号前面都有一个“”符号。
谁能告诉我为什么会这样?
关于如何阻止这种情况发生的任何建议?见下面影响代码的sn-ps。
<div id="dog_walks_text">
<h4>Dog Walking Prices:</h4>
<br>
<p>GROUP WALKS
<br>
30 min - £6.50, plus £4 per additional dog from same household
<br>
60 min - £12.00, plus £6 per additional dog from same household
<br>
<br>
ONE-TO-ONE WALKS
<br>
30 min - £9.00, plus £4 per additional dog from same household
<br>
60 min - £14.00, plus £6 per additional dog from same household</p>
</div>
【问题讨论】:
-
发生这种情况是因为您在某处弄乱了字符编码,或者没有使用正确的编码。所以请继续阅读这个主题。