单项选择题
在javascript中,下列能实现在页面输出并换行的是()
A.document.writeln("hello")B.document.write("hello\n")C.document.write("hello")D.document.writeln("hello\n")
单项选择题 ()方法会弹出一个提示对话框,并等待用户输入一行数据。
单项选择题 window对象的常用属性不包括()
单项选择题 ()方法能以指定的周期重复调用某个函数。