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