gpt4 book ai didi

javascript - 我可以通过 Ajax (jquery) 读取它吗?

转载 作者:行者123 更新时间:2023-11-30 18:56:06 24 4
gpt4 key购买 nike

我需要调用服务器 AJAX 方式,只是为了获取 1 个参数:

我必须通过 JSON 执行此操作吗?或者,我可以像普通的 HTML 页面一样通过它来拍摄吗,如下所示:

4

6

那么,JavaScript 能否读取该行?如果是这样,我如何使用 jQuery 执行此操作?

最佳答案

不,您不必使用 JSON,如果需要,您可以将纯文本返回到 AJAX 请求。

$.get (
'your_script',
{
// parameters
},
function ( response ) {
// whatever you return on the server will be in the response variable
}
);

关于javascript - 我可以通过 Ajax (jquery) 读取它吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2023132/

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