gpt4 book ai didi

javascript - 我对 Papaparse 的定义变得不确定

转载 作者:行者123 更新时间:2023-12-03 09:09:18 24 4
gpt4 key购买 nike

因此,当我尝试使用 papaparse 完整读取变量时,我收到以下错误:TypeError:wpcc_results 未定义。

我真的看不出我的代码有什么问题:

$('.wpcc_gen_box_form').submit(function(event) {
// stop the form from submitting the normal way and refreshing the page
event.preventDefault();

$('#wpcc_csv_file').parse({
complete: function(wpcc_results) {
console.log(wpcc_results.data);
}
});
});

我认为新鲜的眼睛在这里真的很有帮助。

感谢任何帮助。

最佳答案

解决方案实际上是在配置中定义完整的功能。因为这是实际传递参数的地方。在这里找到答案:https://github.com/mholt/PapaParse/issues/168

关于javascript - 我对 Papaparse 的定义变得不确定,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32130863/

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