// this 是代表本对象的意思, 如:Button // 这个 this 代表的就是这个 buttonfunction func(element) { // 可以直接对这个对象进行操作 element.style.color = 'blue'; }
this是指在哪个标签中调用即为哪个标签对象例如: