• 2022-06-06 问题

    下面代码运行后输出的结果是( )。$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

  • 2022-06-09 问题

    以下哪个函数可以将列表元素x增加到列表尾部? A: len() B: str() C: replace() D: split()

    以下哪个函数可以将列表元素x增加到列表尾部? A: len() B: str() C: replace() D: split()

  • 2022-06-06 问题

    语句“echo str_replace("world","Peter","Hello world!");”的运行结果是

    语句“echo str_replace("world","Peter","Hello world!");”的运行结果是

  • 2021-04-14 问题

    下列程序的运行结果为( ). 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); }

  • 2022-06-15 问题

    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.

  • 2022-06-28 问题

    在 str_replace(1,2,3)函数中 1 2 3 所代表的名称是

    在 str_replace(1,2,3)函数中 1 2 3 所代表的名称是

  • 2022-06-12 问题

    下列关于字符串使用正确的是() 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";

  • 2022-06-07 问题

    replace

    replace

  • 2022-06-11 问题

    字符串的编码一般使用哪种编码 A: STRPOS B: STR_REPLACE C: UTF-10 D: PREG_REPLACE

    字符串的编码一般使用哪种编码 A: STRPOS B: STR_REPLACE C: UTF-10 D: PREG_REPLACE

  • 2022-05-31 问题

    下面哪个选项不能将"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");

  • 1 2 3 4 5 6 7 8 9 10