下面代码运行后输出的结果是( )。$str="phper";$replace="mysql";echo substr_replace($str,$replace,1,2); A: pmysqler B: phpermysql C: mysql D: pmysql
下面代码运行后输出的结果是( )。$str="phper";$replace="mysql";echo substr_replace($str,$replace,1,2); A: pmysqler B: phpermysql C: mysql D: pmysql
以下哪个函数可以将列表元素x增加到列表尾部? A: len() B: str() C: replace() D: split()
以下哪个函数可以将列表元素x增加到列表尾部? A: len() B: str() C: replace() D: split()
语句“echo str_replace("world","Peter","Hello world!");”的运行结果是
语句“echo str_replace("world","Peter","Hello world!");”的运行结果是
下列程序的运行结果为( ). void abc(char *str) { int a,b; for(a=b=0;str[a]!='\0';a++) if(str[a]!='c') {str[b]=str[a]; b++; }str[b]='\0'; } main( ) { char str[]="abcdef"; abc(str); printf("str[]=%s",str); }
下列程序的运行结果为( ). void abc(char *str) { int a,b; for(a=b=0;str[a]!='\0';a++) if(str[a]!='c') {str[b]=str[a]; b++; }str[b]='\0'; } main( ) { char str[]="abcdef"; abc(str); printf("str[]=%s",str); }
Usually replacement of the fan blade should be ( ). A: Replace all the 36 blades. B: Replace individual blade. C: Replace the damaged blade and the other two located 120 degree position. D: Replace in pairs.
Usually replacement of the fan blade should be ( ). A: Replace all the 36 blades. B: Replace individual blade. C: Replace the damaged blade and the other two located 120 degree position. D: Replace in pairs.
在 str_replace(1,2,3)函数中 1 2 3 所代表的名称是
在 str_replace(1,2,3)函数中 1 2 3 所代表的名称是
下列关于字符串使用正确的是() A: char str[10]; str="Hello"; B: char *str; strcpy(str,"Hello"); C: char *str1,str[10]="Hello"; strcpy(str,str1); D: char *str; str="Hello";
下列关于字符串使用正确的是() A: char str[10]; str="Hello"; B: char *str; strcpy(str,"Hello"); C: char *str1,str[10]="Hello"; strcpy(str,str1); D: char *str; str="Hello";
replace
replace
字符串的编码一般使用哪种编码 A: STRPOS B: STR_REPLACE C: UTF-10 D: PREG_REPLACE
字符串的编码一般使用哪种编码 A: STRPOS B: STR_REPLACE C: UTF-10 D: PREG_REPLACE
下面哪个选项不能将"hello"字符串存入字符数组str中( )。 A: char str[]="hello" ; B: char str[30]; strcpy(str, "hello"); C: char str[30];str="hello"; D: char str[30],*ps=str; strcpy(ps,"hello");
下面哪个选项不能将"hello"字符串存入字符数组str中( )。 A: char str[]="hello" ; B: char str[30]; strcpy(str, "hello"); C: char str[30];str="hello"; D: char str[30],*ps=str; strcpy(ps,"hello");