亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

第一個比較雜亂的動畫

原創(chuàng) 2018-12-22 18:03:38 179
摘要:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>小動畫</title></head><body><script type="text/javascript">function over(b

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>小動畫</title>

</head>

<body>

<script type="text/javascript">

function over(bian){

bian.style.background="magenta";

}

function myclick(donghua){

donghua.style.borderRadius="50px";

donghua.style.background="red";

donghua.style.width="100px";

donghua.style.height="100px";

}

function out(bian) {

bian.style.background="blue";

bian.style.width="120px";

bian.style.height="120px";

bian.style.borderRadius="60px";

}      

</script>

<div style="width:100px;height:100px;border:1px solid #ccc;background: pink;" onmouseover="over(this)" onclick="myclick(this)" onmouseout="out(this)"></div>

</body>

</html>

總結:模仿寫法,練習寫法,熟能生巧。this的用法有點懵,居然發(fā)現(xiàn)傳值名稱可以相同。

發(fā)佈手記

熱門詞條