前端学习笔记202310学习笔记第一百零玖天-vue3-链式调用&对象属性与遍历&this指向&caller_callee之25

function test(a,b,c){
    console.log(arguments.callee.length)
    console.log(test.length)
    console.log(arguments.length)
}
test(1,2)

运行结果

 

posted @ 2023-11-01 15:49  前端导师歌谣  阅读(4)  评论(0编辑  收藏  举报  来源