this 表示你点击的当前对象,不能用其他代替。或者你把h1 加一个id 属性在函数里面用document.getElementById(); 获取到这个对象也可以,这样就不需要传入this了
当前对象,当前dom节点。