abstrait:<!DOCTYPE html><html><head> <title>事件觸發(fā)</title></head><body><script type="text/javascript">function myfovus(x){ x.style.background="red&q
<!DOCTYPE html>
<html>
<head>
<title>事件觸發(fā)</title>
</head>
<body>
<script type="text/javascript">
function myfovus(x){
x.style.background="red"
}
function myclic(y) {
y.style.borderRadius="20PX"
}
</script>
姓名:<input type="text" onmouseenter="myfovus(this)" >
<br>
<br>
<br>
<div style="width:100px;height: 100px;border:2px solid #ccc;background: #3415" onmouseup="myclic(this)">
</div>
</body>
</html>
Professeur correcteur:天蓬老師Temps de correction:2018-12-05 15:28:51
Résumé du professeur:最好說明一下程序的目的是做什么的,還有必要的注釋