以下代码执行结果为()。
A: phper
B: hellophper
C: hello
D: 错误
A: phper
B: hellophper
C: hello
D: 错误
举一反三
- 以下代码执行结果为:()。 A: Hello B: phpmysql!! C: HelloHello D: Hellophpmysql!!
- 【单选题】以下代码执行结果为()。 <?php $a = "Hello"; function print_a() { $a = "php mysql !!"; global $a; echo $a; } echo $a; print_a(); ?> (5.0分) A. Hello B. php mysql !! C. Hello Hello D. Hello php mysql !!
- 执行下列代码后,结果字符串中的输出是() A: Hello World! B: World!Hello C: Hello D: World!
- 下列代码的执行结果为|var fn = "hello";|fn();|function fn(){ |console.log("world")|}; A: "hello" B: "world" C: undefined D: fn is not function
- 执行以下程序,结果为:s='hello!'for i in s: print(i, end=" , ") A: hello! B: hello! C: he D: hel