“Ctrl+/”
“F11/ESC”
<!DOCTYPE html>
<html>
<body>
<button onclick="this.innerHTML=Date()">现在的时间是?</button>
</body>
</html>