js各种小知识

1、获取函数里面的参数个数

1 function test(x,y,z){}
2 // 获取test参数的个数
3 console.log(test.length) // 3

 

posted @ 2017-11-30 10:05  zhaobao1830  阅读(115)  评论(0编辑  收藏  举报