if (typeof yourvar 'undefined') console.log("variable does not exist"); </script></body></html> console.log(typeof new Number(3)); // object console.log(new ...
確定! 回上一頁