JS中判断鼠标按键(转) IE 左键是 window.event.button = 1 右键是 window.event.button = 2中键是 window.event.button = 4没有按键动作window.ev … 继续阅读 JS中判断鼠标按键(转)