SOURCE

console 命令行工具 X clear

                    
>
console
<<!DOCTYPE html> >
<html>
<head>
    <meta charset="utf-8" />
</head>
<body>
    <a href="javascript:text()">welcome</a>
    <script type="text/javascript">
    function text(){
        alert("好耶!");
    }
    </script>
</body>