从 yql 中获取奇怪的符号
我使用以下内容从 yql 请求一个网站: select * from html where url="http://www.somerandomsite.com"&format=json&callback=process
问题是我我收到奇怪的符号,例如:
这是因为雅虎还是来自我正在使用的网站,我该如何解决这个问题?
I'm requesting a website from yql using something like: select * from html where url="http://www.somerandomsite.com"&format=json&callback=process
The problem is I'm getting weird symbols back like: �
Is this because of yahoo or from the site that I'm using and how can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能缺少定义
charset
的标记:
You're probably missing a
<meta>
tag which defines thecharset
: