Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法找到给定的函数引用是否有一个闭包并最终访问封闭的变量?我正在寻找类似于“参数”属性的东西,但徒劳无功。
编辑:给定功能的外部或内部
不,你永远不会知道。这就是为什么使用闭包来模拟私有成员的原因,因为你永远不知道里面是什么,因此是“私有的”。