function click() {
if (event.button==2) {
alert('½ûÖ¹Ê¹ÓÃÊó±êÓÒ¼ü£¡')
}
}
document.onmousedown=click;
