xxxxxxxxxx
<!DOCTYPE html>
<html>
<title>JavaScript typeof undefined示例 - 基础教程(div.cn)</title>
<body>
<p>要测试对象是否不存在,请测试类型是否未定义:</p>
<script>
document.write(typeof myObj === "undefined");
</script>
</body>
</html>