單項(xiàng)選擇題下列哪個(gè)函數(shù)可以將字符串轉(zhuǎn)成大寫字母?()

A.toLowercase()
B.toLowerCase()
C.toUppercase()
D.toUpperCase()


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題對(duì)字符串str從索引值2開始,獲取5個(gè)字符的方法是()。

A.str.substr(1,4)
B.str.substr(2,5)
C.str.substr(3,6)
D.str.substr(0,5)

2.單項(xiàng)選擇題下面哪個(gè)方法可以獲取字符@在字符串中的位置?()

A.substr()
B.toLowerCase()
C.indexOf()
D.toUpperCase()

3.單項(xiàng)選擇題下列()是用來定義本地過濾器的。

A.methods
B.data
C.filters

4.單項(xiàng)選擇題我們采用()來實(shí)現(xiàn)樣式綁定。

A.v-bind
B.v-html
C.v-model
D.v-text

5.單項(xiàng)選擇題在Vue中采用()來實(shí)現(xiàn)雙向數(shù)據(jù)綁定。

A.v-text
B.v-bind
C.v-model
D.v-html