JavaScript undefined 属性 ... var x; if (typeof x === "undefined") { txt = "x is undefined"; } ... undefined 属性表示变量没有被赋值,或者根本没有被声明。
確定! 回上一頁