• 2022-10-26 问题

    下列内建函数对其作用描述错误的是( )。 A: lower()返回字符串str的副本,全部字符小写 B: upper()返回字符串str的副本,全部字符大写 C: isspace()当str字符串中包含空格,返回True,否则返回False D: strip([chars])返回字符串的副本,长度为width,不足部分在左侧填0

    下列内建函数对其作用描述错误的是( )。 A: lower()返回字符串str的副本,全部字符小写 B: upper()返回字符串str的副本,全部字符大写 C: isspace()当str字符串中包含空格,返回True,否则返回False D: strip([chars])返回字符串的副本,长度为width,不足部分在左侧填0

  • 2022-07-26 问题

    把金属条弯曲成一条曲线。 A: Bend the strip of metal to make a curve. B: Curve the strip of metal.

    把金属条弯曲成一条曲线。 A: Bend the strip of metal to make a curve. B: Curve the strip of metal.

  • 2022-05-30 问题

    num.一pron.一个人 A: ready / ‘redi/ B: one / wΛn/ C: protective / prə’tektiv/ D: strip / strip/

    num.一pron.一个人 A: ready / ‘redi/ B: one / wΛn/ C: protective / prə’tektiv/ D: strip / strip/

  • 2021-04-14 问题

    字符串函数strip()的作用是什么?

    字符串函数strip()的作用是什么?

  • 2022-06-16 问题

    分割字符串可以使用strip()方法。

    分割字符串可以使用strip()方法。

  • 2022-06-16 问题

    strip可以去掉字符串的空格。

    strip可以去掉字符串的空格。

  • 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-07-02 问题

    下列字符串函数中,()是字符串居中函数。 A: str.count(sub[,start[,end]]) B: str.isspace( ) C: str.center(width[,fillchar]) D: str.strip([chars])

    下列字符串函数中,()是字符串居中函数。 A: str.count(sub[,start[,end]]) B: str.isspace( ) C: str.center(width[,fillchar]) D: str.strip([chars])

  • 2021-04-14 问题

    表达式 'aaasdf'.strip('af') 的值为______________

    表达式 'aaasdf'.strip('af') 的值为______________

  • 2021-04-14 问题

    字符串的strip 方法的作用是 ()

    字符串的strip 方法的作用是 ()

  • 1 2 3 4 5 6 7 8 9 10