Which of the following is the man’s mobile phone number?
A. 65940117387.
B. 65940113778.
C. 65940113787.
查看答案
以下属于JavaScript代码中的单行注释标识的是()。
A. //
B. /* */
C.
D. /
以下命令可以将字符串内容原样输出在页面的是()。
A. console.log("你好");
B. document.write("你好");
C. document.write("你好");
D. alert("你好");
以下命令会在窗口弹出确认框,,并根据选择的按钮不同返回不同值的是()。
A. alert("你好吗?");
B. confirm("你好吗?");
C. prompt("你好吗?");
D. console.log("你好吗?");