在绑定事件时,this指定的是被绑定的那个html元素,比如:
结果:
press里的this指的就是canvas.
JavaScript 中 this:
原文:http://www.cnblogs.com/web-fusheng/p/6745092.html