运行结果尺寸: 300 x 150
x
 
<!DOCTYPE html>
<html>
<body>
选择部分文字:<input type="text" value="Hello world!" onselect="myFunction()">
<script>
function myFunction() {
  alert("您选择了一些文字!");
}
</script>
</body>
</html>
×

报个问题: