当前位置:编程学习 > JAVA >>

JavaScript学习笔记1:鼠标划过选中

<html> 
<head> 
<title></title> 
</head> 
<body> 
    <textarea cols=40 rows=10 onmouseover='this.focus()' onfocus='this.select()'> 
    欢迎各位读者学习Javascript这门语言! 
    </textarea> 
</body> 
</html> 


\




摘自 落日小屋

补充:web前端 , JavaScript ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,