<div class="codetitle"> <span><a style="CURSOR: pointer" data="25619" class="copybut" id="copybut25619" onclick="doCopy('code25619')"><u>コードをコピーします</u></a></span> コードは次のとおりです:</div> <div class="codebody" id="code25619"> <br><span style="font-family:Times New Roman;font -size:18px;"><script type="text/javascript"> <br>//テキストの末尾にカーソルを移動します<br>functioncursorEnd(){ <br>var e = イベント.srcElement; <br>var r = e.createTextRange(); <br>r.collapse(true); select(); <br>} <br></script> <br><input type=text name="test" value="test" onfocus="cursorEnd()"></span> 🎜><br> </div>