标签:文字 ons body tar IV star hello val false
function click()
{
if(event.button==2)
{
alert(‘hello。。。。。。‘)
}
}
document.onmousedown=click
<body oncontextmenu=self.event.returnValue=false>
<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">
标签:文字 ons body tar IV star hello val false
原文地址:https://www.cnblogs.com/friday69/p/9178889.html