在 Javascript 中使用 HTML 转义字符
我正在使用 jQuery 来更改按钮的值。该按钮包含箭头引号(« 和 »)。当我在 javascript 文件中键入它们时,它显示字符代码,而不是字符本身。
如何让这些箭头引号在 javascript 中正确显示?
I am using jQuery to change the value of a button. The button contains arrow quotes (« and »). When I type the them in the javascript file it shows the character codes, not the characters themselves.
How do I get these arrow quotes to display properly within javascript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
(如果我想显示他们的代码,我就必须考虑如何去做。)
(If I wanted to display their codes, I'd have to think on how to do it.)
你怎么设置呢?这对我有用
How are you setting it? This works for me