gpt4 book ai didi

javascript - 如何使用 jQuery - .html 打印数组中的值

转载 作者:行者123 更新时间:2023-11-30 13:24:08 29 4
gpt4 key购买 nike

我正在尝试使用 .html 函数将 jQuery 数组中的值打印到屏幕上。变量是测试。

如果我只使用下面的代码行,它将打印数组中的所有内容:

$(this).html(test).addClass('messageboxerror').fadeTo(900,1);

Array ( [0] => 2820 Prairie [1] => 19316 [2] => 2820 Prairie [3] => Beloit [4] => 53511 [5] => [6] => 2012-01-17 [7] => [8] => union [9] => Rock County )

我试过放置 .html(test[0]) 但这破坏了脚本。

谢谢,

最佳答案

编辑:检查这个post关于如何发送 JSON 数据。

javascript中的数组构造如下,

var test = ["2820 Prairie", "19316", "2820 Prairie", "Beloit", "53511", "", "2012-01-17", "", "union", "Rock County"];

现在 test[0] 将返回“2820 草原”。

MDN Array Object Reference

关于javascript - 如何使用 jQuery - .html 打印数组中的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9135116/

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