SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE htnl>
<html>

<head>
	<title></title>
</head>

<body>
  111111
<script>

    var arr=[1,2,3];
    console.log(Object.keys(arr));
</script>
</body>

</html>