SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>

<body>

  <script>
    alert( "I'm JavaScript!" );
  </script>

</body>

</html>