gpt4 book ai didi

javascript - jQuery.post() 数据不是 "posting"

转载 作者:行者123 更新时间:2023-11-30 10:52:49 25 4
gpt4 key购买 nike

我正在从事一个需要将 JSON 数据发布到特定 URL 的项目。我正在尝试使用 jQuery.post() 方法来执行此操作。我有两个问题我似乎无法弄清楚。

第一个问题:

jQuery.post("http://cowbell.grooveshark.com/more.php?getCommunicationToken", dataString, function(data){ alert(data) } );

使用数据包嗅探器,我发现变量 dataString 没有被发布。实际上根本没有发布任何内容。

第二个问题是 more.php 脚本在数据包中返回以下内容:

could not parse, no method specified!

目前这不是问题;但是,我的 jQuery.post() 中的成功函数用空数据变量发出警报。

这是我的引用资料:

感谢任何人的帮助!

最佳答案

由于 same origin policy,您不能对其他域执行 ajax 请求,引用您链接的 jQuery API 页面:

Due to browser security restrictions, most "Ajax" requests are subject to the same origin policy; the request can not successfully retrieve data from a different domain, subdomain, or protocol.

关于javascript - jQuery.post() 数据不是 "posting",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4301858/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com