• 2021-04-14
    执行语句printf("a\bre\'hi\'y\\\bou");后的输出结果是( )。? a\bre\'hi\'y\\\bou|abre'hi'y\bou|abre'hi'ybou|re'hi'you
  • re'hi'you

    内容

    • 0

      【填空题】按要求填空。 function fn(s){ return `Hi ${s}`; } let hi = `${fn("js")}`; console.log(hi); //hi输出为( 1 ) hi = `${fn().length}`; console.log(hi); //hi输出为( 2 ) hi = `${fn(`${3+2}`)}`; console.log(hi); //hi输出为( 3 ) hi = `${fn}`; console.log(hi); //hi输出为( 4 ) (4.0分)

    • 1

      程序段如下:var x = new Boolean(false);if (x) { alert('hi');}var y = Boolean(0);if (y) { alert('hello');}最后的显示结果是( ) A: hi B: hi hello C: hello D: 不显示

    • 2

      print("Hi")print("3*6")程序输出结果: A: Hi 18 B: Hi 3*6 C: Hi<br/>3*6 D: Hi 18

    • 3

      System.out.println(1+23+"hi");语句输出结果是()

    • 4

      下面语句的输出结果是:[img=195x177]1803c8386b075e9.png[/img] A: hi [] B: hi [2] C: hihi [] D: hihi [2]