摘要:<!DOCTYPE html> <html> <head> <title>事件</title> <div style="width: 100px;height: 100px; background-color: pink;" onclick
<!DOCTYPE html> <html> <head> <title>事件</title> <div style="width: 100px;height: 100px; background-color: pink;" onclick="clickOK(this)"></div> </head> <body> </body> </html> <script type="text/javascript"> function clickOK(x) { x.style.background='red'; } </script>
批改老師:天蓬老師批改時間:2019-03-26 09:38:18
老師總結(jié):如果這點就覺得好玩, 那么還有更多有趣的功能等著你來發(fā)現(xiàn)