如果Flash在函数结束之前没有遇到return动作,则返回的是()。
A: Null
B: NaN
C: 空字符串
D: undefined
A: Null
B: NaN
C: 空字符串
D: undefined
举一反三
- 如果Flash在函数结束之前没有遇到return动作,则返回的是 A: A.null B: B.nan C: C.空字符串 D: D.undefined
- 下列在JavaScript中返回结果为真的表达式是()。 A: undefined===null B: NaN==null C: undefined==null D: NaN==NaN
- 函数如果没有传递所需的参数,则空的参数将被指定为:() A: null B: NaN C: NAN D: Undefined
- 智慧职教: JavaScript如果函数中没有 return,则返回 undefined
- 在Flash中,对未定义值进行toString()转换的结果是()。 A: 空字符串 B: undefined C: NaN D: null