--- title: Function.arity slug: Web/JavaScript/Reference/Global_Objects/Function/arity translation_of: Archive/Web/JavaScript/Function.arity ---
返回一个函数的形参数量.
arity是一个古老的已经没有浏览器支持的属性,你应该使用Function.prototype.length属性来代替.
arity
Function.prototype.length