• 2022-06-18
    The double quotes in "Good Morning!" are part of the string.
  • 错误

    内容

    • 0

      ​下列程序段的运行结果是()​​ String str1 = “Good”;​​ String str2 = “morning”;​​ String str3 = str1.toLowerCase()+str2.toUpperCase();​​ System.out.println(str3);​​​ A: Goodmorning B: gOODmORNING C: goodmorning D: goodMORNING

    • 1

      下列程序段的运行结果是() String str1 = “Good”; String str2 = “morning”; String str3 = str1.toLowerCase()+str2.toUpperCase(); System.out.println(str3); A: Goodmorning B: gOODmORNING C: goodmorning D: goodMORNING

    • 2

      已知 formatter = 'good {0}'.format,那么表达式 list(map(formatter, ['morning']))的值为___________ A: ['good morning'] B: ['good'] C: good morning' D: good'

    • 3

      They often say"_______" to greet each other in the morning. A: in the morning B: Good morning C: Good afternoon D: Good evening

    • 4

      strpos("good morning","morning")的返回值是