【发布时间】:2020-10-13 06:34:21
【问题描述】:
我目前正在尝试开发一个快速网络服务器。服务器发送带有表情符号的站点,但表情符号仅显示为??。代码:
send = send + "<div id='Website'>???? <a href='"+webseite+"'>Website</a></div>"
它看起来像这样:
?? Website
有什么办法解决这个问题?
【问题讨论】:
-
您是否使用发布此问题的浏览器测试您的应用程序?我之所以问,是因为我复制了您的代码,并且在 Express 的回复中看到了表情符号。