以下是HTML页面的代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>中国的流浪猫
</title>
<link rel="stylesheet" type="text/css" href="regality.css">
</head>
<body>
<div style="width: 200px;height: 200px;background-color: green;"> </div>
<script type="text/javascript" src="lesson.js"> </script>
</body>
</html>
以下是JavaScript页面的代码:
var div
= document
.getElementsByTagName('div')[0];
div
.onmouseenter = function () {
this.style
.backgroundColor
= 'yellow'
}
div
.onmouseleave = function(){
this.style
.backgroundColor
= 'red'
}
转载请注明原文地址:https://ipadbbs.8miu.com/read-10490.html