在JavaScript中,运行下面代码后的返回值是()。
varflag=true;
document.write(typeOfflag)
varflag=true;
document.write(typeOfflag)
举一反三
- 下面代码的运行结果是。 document.write("JavaScript入门");
- 在JavaScript中,运行下面代码后的返回值是( )var a=null;(typeof(a)); A: object B: null C: string D: undefined
- 分析如下的JavaScript代码段, 则运行后在页面上输出... document.write(c+d)
- 在JavaScript中,以下语句中能产生输出的代码是( )。 A: document.write() B: window.write() C: document.confirm() D: write()
- 在JavaScript中,以下代码能产生输出的是() A: document.write() B: window.write() C: document.confirm() D: write “The Undefined Function”