typeof的用法是获取变量的数据类型
typeof 变量名或者typeof(变量名)
例如: <script> var num=10; alert(typeof num); </script>结果显示