單項選擇題下面哪個方法可以獲取字符@在字符串中的位置?()

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


您可能感興趣的試卷

你可能感興趣的試題

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

A.methods
B.data
C.filters

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

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

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

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

5.單項選擇題下列哪一項可以正確輸出Vue實例中data的值?()

A.我的名字是:{{name}}
B.我的名字是:{(name)}
C.我的名字是:{name}
D.我的名字是:(name)