<!DOCTYPE html>
<html>
<body>
选择部分文字:<input type="text" value="Hello world!" onselect="myFunction()">
<script>
function myFunction() {
alert("您选择了一些文字!");
}
</script>
</body>
</html>
你的E-mail:
网页地址:
描述: