标签: javascript
我的测试代码:
var a = 10 function ab(){ debugger window=null alert(window.a) } ab();
我想删除对Window.object