To check for null SPECIFICALLY you would use this: if (variable === null). This test will ONLY pass for null and will not pass for "" , undefined , false ...
確定! 回上一頁