搜索

第一个事件如此好玩

原创 2019-03-25 11:16:05 255
摘要:<!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
老师总结:如果这点就觉得好玩, 那么还有更多有趣的功能等着你来发现

发布手记

热门词条