🌈 搜索
📅  最后修改于: 2022-03-11 15:03:16.038000             🧑  作者: Mango
var foo = function( a, b, c ) {}; // a, b, and c are the parameters foo( 1, 2, 3 ); // 1, 2, and 3 are the arguments