中国大学MOOC: 已知字符串s=hello,则表达式he not in hello的值为:
False
举一反三
内容
- 0
中国大学MOOC: 若字符串 s = hello,则语句 s.ljust(8, .) 和 s.rjust(8) 的输出结果为____________。_
- 1
表达式 ”Hello” == ”hello” 的值为:
- 2
已知Strings="hello";则关于表达式语句s.append("java");的说法正确的是? A: 编译通过,顺利运行,则执行该表达式之后,s的字符串是“hellojava" B: 编译通过,顺利运行,则执行表达式之后,s的字符串是“hello" C: 编译失败,因为String对象s是字符串常量,无法添加新的字符串 D: 编译失败,因为String对象"hello"是字符串常量,没有append方法
- 3
中国大学MOOC: 已知字符串s=12345,则以下值不为54321的表达式是:
- 4
已知字符串 x = 'hello world',那么执行语句 x.replace('hello', 'hi') 之后,x的值为()