gpt4 book ai didi

javascript - 在 Codeigniter 中将 javascript 数组传递给 php

转载 作者:太空宇宙 更新时间:2023-11-04 14:16:34 24 4
gpt4 key购买 nike

<分区>

我正在使用 CodeIgniter,我的 js 代码在我的“ View ”中,我想在我的 Controller 中传递值。

var storage =[];

function something()
{

storage.push('the value');

}

现在我想要一种更好的方法将存储数组传递到我的 PHP 中。提前致谢。此代码不起作用,因为它位于单独的文件夹中。

$.ajax({
url: 'yourPHPFile.php',
type: 'POST',
data: {data:storage.toString()},
success: function(result) {
// handle your success
},
error: function() {
// alert("error");
}
});

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