null and undefined share abstract equality == but not strict equality === , null == undefined // true null === undefined // false.
確定! 回上一頁