var obj = document; //宣告一個物件型別變數,值為document alert(typeof obj); //判斷變數obj型別,結果為:object obj.abc = 123; //對物件變數自 ...
確定! 回上一頁