The main problem is that if you just check typeof(object) == "object" , it will return true if object is null since null 's type is "object" .
確定! 回上一頁