gpt4 book ai didi

javascript - 找到没有。在 jQuery 函数中传递的参数

转载 作者:行者123 更新时间:2023-11-29 10:18:13 25 4
gpt4 key购买 nike

我有这样的 jQuery 函数,我需要找到这个 jQuery 函数中传递的参数。

function Customer(Name, Age, Location) {
// Find no. of parameter passed in this function
// Eg: Here parameter count = 3
}

最佳答案

您可以使用 arguments object

var len = arguments.length
alert(len)

演示:Fiddle

然后您可以使用索引访问值,例如 arguments[0] 将给出第一个参数

关于javascript - 找到没有。在 jQuery 函数中传递的参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17079735/

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