gpt4 book ai didi

javascript - Chrome : XHR finished loading, 将 XHR 作为字符串返回?

转载 作者:行者123 更新时间:2023-11-30 18:47:54 27 4
gpt4 key购买 nike

我想知道.. 我怎样才能得到 XHR finished loading 字符串?

基本上,我在 Google instant 的页面上,我想以字符串的形式返回搜索结果的“真实”URL。

最佳答案

如果 jQuery 是一个选项,您可以执行 Ajax 调用并在成功事件中获取页面的结果

    $.ajax({
url: 'ajax/test.html',
success: function(data) {
$('.result').html(data);
alert('Load was performed.');
}
});

关于javascript - Chrome : XHR finished loading, 将 XHR 作为字符串返回?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4850521/

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