函数如果没有传递所需的参数,则空的参数将被指定为:()
A:
B: NaN
C: NAN
D: Undefined
A:
B: NaN
C: NAN
D: Undefined
举一反三
- 函数如果没有传递所需的参数,则空的参数将被指定为:() A: null B: NaN C: NAN D: Undefined
- 函数如果没有传递所需的参数,则空的参数将被指定为:() A: Anull B: BNaN C: CNAN D: DUndefined
- 如果Flash在函数结束之前没有遇到return动作,则返回的是()。 A: Null B: NaN C: 空字符串 D: undefined
- 请选择结果为真的选项( ) A: null == undefined B: null === undefined C: undefined == false D: NaN == NaN
- 下列在JavaScript中返回结果为真的表达式是()。 A: undefined===null B: NaN==null C: undefined==null D: NaN==NaN