使用沒有宣告的物件>> x = {a:10, b:20}; 刪除變數或物件>> var x = 2; delete x; 刪除函數>> function f(a,b){}; delete f;
確定! 回上一頁