试题详情

关于 IE 的 window 对象表述不正确的有:()

Awindow.opener 属性本身就是指向 window 对象

Bwindow.reload()方法可以用来刷新当前页面

Cwindow.location=”a.html”和 window.location.href=”a.html”的作用都是把当前页面替换成 a.html 页面

D定义了全局变量 g;可以用 window.g 的方式来存取该变量