SOURCE

console 命令行工具 X clear

                    
>
console
function mytest(){
    alert("hello world");
    console.log("is ok");
}
<div id="first" onclick="mytest();">hello world</div>
.first{
    background: red;
}