<!doctype html>
js事件驱动
<br> function test(e){<br> window.alert(e.clientX+" "+e.clientY);<br> }</p> <pre><code></script> </code></pre> <p></head><br> <body onmousedown="test(event)" ><br> </body><br> </html></p>
<!doctype html>
说实话 你这代码能看懂的是---------------------------------------神------------------------------------------------