为什么不用offsetLeft,offsetTop
offsetLeft获取的时到定位父级的左边的距离,在不确定定位父级的状态下,不好使用,例如,在canvas外面套一个div,那么offsetLeft获取的时canvas左边到div左边的距离了,并不是到浏览器左边的距离了