gpt4 book ai didi

html: © 不显示

转载 作者:技术小花猫 更新时间:2023-10-29 12:13:30 25 4
gpt4 key购买 nike

当我在我的页面中编写 © 时,它没有显示版权符号,

并显示点,只是它显示。也许你知道为什么?谢谢

最佳答案

将版权符号放在 <span> 中标记并在您的 css 中使用有效的字体。

    .copyright {
font-family: Arial,
"Helvetica Neue",
Helvetica,
sans-serif;
}
    <span class="copyright">&copy;</span>2007 Syom Industries

关于html: © 不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2731214/

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