• 2022-06-05
    alert("Hello World")实现在警告框中写入"Hello World"。
  • 正确

    内容

    • 0

      如何使用 PHP 输出 "hello world"?( ) A: "Hello World"; B: echo "Hello World"; C: Document.Write("Hello World"); D: console.log("Hello World");

    • 1

      ​若字符串 s = 'hello world',则语句 s.ljust(15, '.') 和 s.rjust(15) 的输出结果为?​ A: '....hello world'' hello world' B: 'hello world....'' hello world' C: 'hello world....''hello world ' D: 'hello world....''hello world'

    • 2

      hello world='hello world'

    • 3

      print("hello"+"world")的输出结果是。 A: “hello”world B: hello world C: "hello"+world D: helloworld

    • 4

      如何使用 PHP 输出 "hello world"?( ) A: "Hello World"; B: echo "Hello World"; C: Document.Write("Hello World");