xxxxxxxxxx
<!DOCTYPE html>
<html>
<title>JavaScript Console Object示例 - 基础教程(div.cn)</title>
<body>
<p>在键盘上按F12键可在浏览器的控制台中查看消息:</p>
<script>
console.log("Hello world!!!");
</script>
</body>
</html>