gpt4 book ai didi

Javascript - 数据访问

转载 作者:行者123 更新时间:2023-11-28 16:08:22 28 4
gpt4 key购买 nike

我正在尝试访问并显示存储在特定网址中的数据。但我的代码没有正确运行。对此有什么建议吗?

function getData( theURL ) {
var xmlHttp = null;
xmlHttp = new XMLHttpRequest();
xmlHttp.open( "GET", theURL, false );
xmlHttp.send( null );
return xmlHttp.responseText;
}
var url = "https://cloudant.com/futon/document.html?acharya%2Ftoxtweet/ff558f75077e8c758523cd3bd8ffdf88";
getData(url);

最佳答案

XMLHttpRequest 仅适用于同一域。

如果您有服务器端设置,您可以代理所需的页面,以便它从您的服务器到达。

关于Javascript - 数据访问,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13945415/

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