国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

鼠標(biāo)移上和取開的效果

Original 2019-05-22 15:32:29 175
abstract:<html><head><script type="text/javascript">function mouseOver()  {  document.b1.style.background ="skyblue"  }function mouseOut()  {  &nb

<html>
<head>
<script type="text/javascript">
function mouseOver()
 {
 document.b1.style.background ="skyblue"
 }
function mouseOut()
 {
  document.b1.style.background ="green"  }
</script>
</head>

<body>
<a href=""  target="_blank">
<img border="0"" name="b1" onmouseOver="mouseOver()"
onmouseOut="mouseOut()" />
</a>
</body>
</html>


屬性需要對(duì)單詞進(jìn)行理解,結(jié)合函數(shù)實(shí)現(xiàn)自己需要的效果,常用的onload、onmouseover、onclick等要記熟;

Correcting teacher:查無此人Correction time:2019-05-23 13:18:42
Teacher's summary:完成的不錯(cuò)。每行js和jq語句結(jié)束增加;號(hào)。繼續(xù)加油

Release Notes

Popular Entries