gpt4 book ai didi

javascript - 如何在 javascript 函数中调用 CGI 函数?

转载 作者:行者123 更新时间:2023-11-30 18:41:09 25 4
gpt4 key购买 nike

如何在 javascript 函数中调用 CGI 函数?像这样:

function jsFun()  
{
//something that can call a CGI function
}

最佳答案

尝试 jQuery .

function jsFun() {
$.post(YOUR_CGI_URL, YOUR_PARAMS);
}

关于javascript - 如何在 javascript 函数中调用 CGI 函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6826888/

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