• 2022-06-15
    在Javascript中,关于winfow对象描述不正确的是 ( )
    A: window.history属性是指有关客户访问过的URL信息
    B: window.confirm( )方法显示一个带有提示信息和确认按钮的警示框
    C: window.location="a.html"和window.location.href="a.html"的作用都是读取并显示a.html内容
    D: window.reload( )方法可以用来刷新当前页面