使用 jQuery Ajax 时,在浏览器控制台中,我可以看到 xhr 对象有两个 props / 字段,用一些奇怪的符号表示 [双方括号,在这种情况下不认为它表示数组];
首先,它们到底是什么,其次,我可以从我的 JavaScript 代码中访问这些值吗?
[[FunctionLocation]]: jquery-3.3.1.min.js:2
[[Scopes]]: Scopes[4]
0: Closure (w.Callbacks) {e: {…}, t: undefined, n: "", r: undefined, i: Array(0), …}
1: Closure {e: Window, r: document, i: ƒ, o: ƒ, a: ƒ, …}
2: Script {loc: Location, baseRestURL: "http://localhost:60123/MyVirtualDir"}
3: Global {parent: Window, opener: null, top: Window, length: 0, frames: Window, …}