<!DOCTYPE html>
<html>
<body>
<script>
document.querySelector('html').onclick = function() {
alert('别来找我,我好烦!');
}
</script>
</body>
</html>