<script type="text/javascript"> alert(typeof 12345); //输出number alert(typeof "abc"); //输出string alert(typeof document); //输出object </script>