單項選擇題將字串s中的所有字母變?yōu)樾懽帜傅姆椒ㄊ牵ǎ?/strong>

A.s.toSmallCase()  
B.s.toLowerCase()  
C.s.toUpperCase()      
D.s.toUpperChars()


您可能感興趣的試卷

你可能感興趣的試題

3.單項選擇題下列選項中,()不是網(wǎng)頁中的事件

A.onclick
B.onmouseover
C.onsubmit
D.onpressbutton

4.單項選擇題下列JavaScript的循環(huán)語句中()是正確的

A.if(i<10;i++) 
B.for(i=0;i<10)  
C.for i=1 to 10   
D.for(i=0;i<=10;i++)

5.單項選擇題下列JS的判斷語句中()是正確的

A.if(i==0)
B.if(i=0)
C.if i==0 then
D.if i=0 then