从 yql 中获取奇怪的符号

发布于 2024-11-06 01:54:17 字数 202 浏览 0 评论 0原文

我使用以下内容从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你曾走过我的故事 2024-11-13 01:54:17

您可能缺少定义 charset 标记:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

You're probably missing a <meta> tag which defines the charset:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文