日本語
<!-- この効果を実現するには、次のコードを <body> 領域に追加します --> マウスは学者公式、偽のスペース、学者公式の教科書の 10 点のように見えます <script> function doMouseMove( ) { var tr = document.body.createTextRange(); tr.moveToPoint(event.clientX,event.clientY); // マウスの下の単語全体を展開します。 window.status = tr.text; } document.onmousemove = doMouseMove </ script>