<input type="text" onclick="oCopy(this)" value="你好,內容!"> <script> function oCopy(obj){ obj.select(); // 選中輸入框中的內容 } </script>