日本語
<html> <head> <title> 狡猾の按钮 </title> <script> function Slip() { var x=Math.round(Math.random()*400); var y=Math.round(Math.random()*400); document.getElementById("移動").style.left=x; document.getElementById("移動").style.top=y; } </script> </head> <body> <form name="myform"> 你不喜欢我? <p><div id=move style="position:absolute;"><input type=button value="です" onmouseover=" Slip()"></div> <div style="position:relative;left:20pt;"><input type=button value="否"></div> </form> </本文> </html>