下列内建函数对其作用描述错误的是( )。 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
把金属条弯曲成一条曲线。 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.
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/
字符串函数strip()的作用是什么?
字符串函数strip()的作用是什么?
分割字符串可以使用strip()方法。
分割字符串可以使用strip()方法。
strip可以去掉字符串的空格。
strip可以去掉字符串的空格。
下列程序的运行结果为( ). 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); }
下列字符串函数中,()是字符串居中函数。 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])
表达式 'aaasdf'.strip('af') 的值为______________
表达式 'aaasdf'.strip('af') 的值为______________
字符串的strip 方法的作用是 ()
字符串的strip 方法的作用是 ()