下面语句中,()将 HTML页面的标题设置为“ HTML练习”
A、HTML练习
B、HTML练习
C、HTML练习
D、HTML练习
Session与 Cookie 状态之间的最大区别在于: ( )
A、存储位置的不同
B、类型不同
C、生命周期不同
D、容量不同
A、_parent
B、_self
C、_empty
D、_top
以下 Javsscript 的运行结果为
var m = false;
if (m == true)
document.write("True");
else
document.write("False");
A、False
B、True
C、None
D、运行时出错
在 JavaScript 中,以下能产生输出的代码是
A、documentwrite()
B、windowwrite()
C、documentconfirm()
D、write“,”