A. innerHTMLjavascript
B. 經過設置層的隱藏和顯示來實現html
C. 經過設置層的樣式屬性的displayjava
a)65數組
b)13瀏覽器
c)97緩存
d)37服務器
a)sort()cookie
b)length()session
c)concat()函數
d)reverse()
a)disabled
b)selectedIndex
c)option
d)multiple
b)在圖片上添加onSubmit事件
a)在圖片的onClick事件中手動提交
c)在圖片的onSubmit事件中手動提交
d)在表單中自動提交
A.ICMP
B.TCP
C.IP
D.UDP
A options.add(new Option('a', 'A'))能夠動態添加一個下拉列表選項
B option.add(new Option('a', 'A'))能夠動態添加一個下拉列表選項
C new Option('a', 'A')中‘a’表示列表選項的值, ‘A’用於在頁面中顯示
D new Option('a', 'A')中‘A’表示列表選項的值, ‘a’用於在頁面中顯示
A for(var i =0; i<emp; i++)
B for(var i =0; i<array(3); i++)
C for(var i =0; i<emp.length(); i++)
D for(var i =0; i<emp.length; i++)
a)onChange
b)onFocus
c)selected
d)onClick
a)var arry = new Array()
b)var arry = new Array(3)
c)var arry[] = new Array(3)(4)
d)var arry = new Array(?3?,?4?)
a)display:false
b)display:hidden
c)display:none
d)display:」 」
a)focus()
b)getElementById()
c)getElementsByName()
d)bgColor()
a)onKeyDown
b)onKeyPress
c)keyCode
d)onMouseOver
a)把用戶的正確信息提交給服務器
b)檢查提交的數據必須符合實際
c)使得頁面變得美觀、大方
d)減輕服務器端的壓力
a)inline
b)block
c)hidden
d)none
A.都是Location對象的屬性
B.使用時返回值都是字符串
C.都是返回以像素爲單位的數值
D.都不對
A.open("x.html", "HI", "toolbas=1, scrollbars=1, status=1")
A.open("HI", "scrollbars=1, location=1, status=1")
A.open("x.html", "status=yes, menubar=1, location=1 ")
A.open("x.html", "HI", "toolbas=yes, menubar=1, location=1")
a)document.getElementById(mydiv).style.display="none";
b)document.getElementById("mydiv").style.display=none;
c)document.getElementById("mydiv").style.display="none";
d)document.getElementById("mydiv").style.display=="none";
A.形式與內容分離
B.大大減小頁面代碼,提升頁面瀏覽速度
C.結構清晰,有利於SEO
D.縮短改版事件,佈局更方便
E.一次設計屢次使用
A.cookie.setItem()用來設置一個cookie
B.sessionStorage是存儲在服務器端
C.經過localStorage.setItem()能夠存儲對象類型
D.瀏覽器從新打開時, localStorage裏存儲的數據依然存在
A.white-space: normal
B.overflow:hidden
C.overflow: auto
D.text-overflow: ellipsis
A.8+8
B.88
C.16
D."8"+8
A.charAt()
B.substring()
C.length()
D.toUpperCase
A.程序循環執行10次
B.check函數每10秒執行一次
C.10做爲參數傳給函數check
D.10秒後執行check
A.with
B.parent
C.class
D.void
A.3,4
B.4,4
C.4,5
D.undefined, undefined
A.cache-control
B.Expires
C.Localstorage
D.Sessionstorage