callee

  • js中callee是什么

    ,说明,1、callee是arguments对象的属性,指向arguments对象的函数是当前函数。,递归可以使用arguments.callee()。,2、在箭头函数中,this…

    2023年5月4日
    00