單項選擇題
預(yù)測以下代碼片段的輸出結(jié)果:() var str ; alert(typeof str);
A.. string ; B.. undefined; C.. object ; D.. String;
A.< script > B.< javascript > C.< js > D.< scripting >
A.onClick B.onChange C.onSelect D.onSubmit
A.onBlur B.onLostFocused C.onFocus D.onChange
A.hostname B.host C.pathname D.href
A.noshade B.width C.bold D.size
A.location,history B.window,location C.navigator,window D.historylist,location
多項選擇題
A.單選按鈕可以通過單擊“選種”和“未選中”選項來進(jìn)行切換 B.單選按鈕沒有checked屬性 C.單選按鈕支持onClick事件 D.單選按鈕的Length屬性返回一個選項組中單選項的個數(shù)
A.windowX B.screenX C.screenLeft D.windowLeft
問答題
A.window.opener屬性本身就是指向window對象 B.window.reload()方法可以用來刷新當(dāng)前頁面 C.window.location=”a.html”和window.location.href=”a.html”的作用都是把當(dāng)前頁面替換成a.html頁面 D.定義了全局變量g;可以用window.g的方式來存取該變量