SOURCE

console 命令行工具 X clear

                    
>
console
// function* testAlert(){
//   while(true){
//       let alertStr = yidle "1";
//     if(typeOf alertStr === 'undefined'){
//       console.log("null");
//     }else{
//       console.log(alertStr);
//     }
//   }
// }
// var test = testAlert();

function handleClick(){
  console.log('sss')
}
<a href="#" onclick="handleClick()" >csshi</a>