🌈 搜索
📅  最后修改于: 2022-03-11 15:01:18.685000             🧑  作者: Mango
(function() { for (const argument of arguments) { console.log(argument); } })(1, 2, 3); // 1 // 2 // 3