我可以使用 YQL 将数据发布到 php 页面吗?
我可以使用 YQL 将数据发布到 php 页面吗?
Can I post data to php page using YQL ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我可以使用 YQL 将数据发布到 php 页面吗?
Can I post data to php page using YQL ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
简而言之,是的。
使用
块(docs< /a>),您可以编写 JavaScript 来发出外部 HTTP 请求:包括 POST。阅读 Christian Heilmann 关于该主题的一篇博客文章:使用 YQL 从需要 POST 数据的文档中读取 HTML。发出此类请求的 JavaScript 简短示例可能如下所示:
In short, yes.
With an
<execute>
block (docs), you can write JavaScript to make external HTTP requests: POSTs included. Have a read of one of Christian Heilmann's blog posts on the subject: Using YQL to read HTML from a document that requires POST data.A brief example of the JavaScript to make such a request might look like: