【单选题】
对字符串str = welcome to china进行下列操作处理时,描述结果正确的是()
①
str.substring(1,5)返回值是elcom
③
str.indexOf(come,4)的返回值为4
④
str.toUpperCase( )的返回值是welcome to china
【单选题】
对字符串str = welcome to china进行下列操作处理时,描述结果正确的是()(选择一项)
①
str.substring(1,5)返回值是elcom
③
str.indexOf(come,4)的返回值为4
④
str.toUpperCase( )的返回值是welcome to china
【单选题】
在JavaScript中,对字符串str=welcome to my home进行以下操作,描述正确的是( )。
①
str.substring(1,6)返回值是welco
④
str.toUpperCase( )的值为“Welcome To My Home”。
【单选题】
若REPLACE(S,S1,S2)表示用字符串S2替换字符串S中的子串S1的操作,则对于S=“Beijing&Nanjing”,S1=“Beijing”,S2=“Shanghai”,REPLACE(S,S1,S2)=( )。
【单选题】
设有以下字符串定义,则数组s1和s2( )。char s1[]={ S ,t, r ,i,n, gchar s2[]= String
【单选题】
字符串采用结点大小为1的链表作为其存储结构,是指( )。
③
链表的每个链结点的数据域中不仅只存放了一个字符
【单选题】
下列函数中,能够从键盘上获得一个字符数据的函数是()。
【单选题】
在JavaScript中,对字符串str=welcome to my home进行以下操作,描述正确的是( )。(选择一项)
①
str.substring(1,6)返回值是welco
④
str.toUpperCase( )的值为“Welcome To My Home”。