‘helloWorld’.upper()的值是()。
A: "HELLOWORLD"
B: "Helloworld"
C: "helloWorld"
D: "helloworld"
A: "HELLOWORLD"
B: "Helloworld"
C: "helloWorld"
D: "helloworld"
举一反三
- 语句PrintFormat(“HelloWorld”,“>”)的输出结果是()。 A: helloWORLD B: helloworld C: HELLOWORLD D: HELLOworld
- ’python’-"python"()的值是() A: 报错 B: "Helloworld" C: "helloWorld" D: "helloworld"
- 如何使用PHP输出"helloworld"? A: "HelloWorld"; B: echo"HelloWorld"; C: Document.Write("HelloWorld"); D: System.out.println("HelloWorld");
- 使用PHP输出"Helloworld"的正确方式是()。 A: "HelloWorld"; B: echo"HelloWorld"; C: Document.Write("HelloWorld"); D: response.write(“HelloWorld”);
- 输出"HelloWorld"的正确Javascript语法是()。 A: print("HelloWorld") B: response.write("HelloWorld") C: document.write("HelloWorld") D: printf("HelloWorld")