摘要: IE 左键是 window.event.button = 1 右键是 window.event.button = 2中键是 window.event.button = 4没有按键动作window.event.button = 0Firefox 左键是 event.button = 0 右键是 event.button = 2中键是 event.button = 1 没有按键动作 event.button = 0Opera 7.23/7.54鼠标左键是 window.event.button = 1没有按键动作 window.event.button = 1 右键和中键无法获取 Opera 7. 阅读全文
posted @ 2012-12-18 07:19 广拓小程序 阅读(5087) 评论(0) 推荐(0)