1. 程式人生 > >js各種小知識

js各種小知識

spa log color col length bsp span nbsp 函數

1、獲取函數裏面的參數個數

1 function test(x,y,z){}
2 // 獲取test參數的個數
3 console.log(test.length) // 3

js各種小知識