对字符串str="hello world"进行下列操作处理,描述结果正确的是()

A.str.substring(1,7)的返回值是ello wo B.str.indexOf("e",4)的返回值是1 C.str.length的返回值是11 D.str.substr(1,7)的返回值是ello w

时间:2024-06-21 09:07:31

相似题目