这是来自Chromium调试器的调试信息:
this.getFunc["interestingObj"]: r=>{return arguments.length?(a[e]=r,i(r),n&&o(),t):a[e]}
arguments : (...)
caller : (...)
length : 1
name : ""
__proto__ : function ()
[[FunctionLocation]] : theLib.min.js:20
[[Scopes]] : Scopes[6]
0 : Closure
1 : Closure (t.props.ap.nodes)
a : Object
propObject: Object
我想在最后一行访问propObject
...看看我是否可以操纵它。
有可能吗?如果是,怎么样?
我尝试了很多东西,比如
this.getFunc["interestingObj"].propObject
this.getFunc["interestingObj"]().probOject
this.getFunc["probOject"]
还有更多,但到目前为止我还没有成功。