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

<html>
<head>
<title></title>
</head>
<body>
	<textarea cols=40 rows=10 onmouseover='this.focus()' onfocus='this.select()'>
	欢迎各位读者学习Javascript这门语言!
	</textarea>
</body>
</html>
JavaScript学习笔记1:鼠标划过选中_第1张图片

你可能感兴趣的:(JavaScript学习笔记1:鼠标划过选中)