搜索

百变圆圈,变变变!

原创 2019-05-01 15:58:04 374
摘要:<html> <head> <title>百变圆圈</title> </head> <body> <script> funtion rad(a){ a.style.broderRaduis="50"; }; </script> </body> <div&g
<html>
<head>
<title>百变圆圈</title>
</head>
<body>
<script>
funtion rad(a){
a.style.broderRaduis="50";
};
</script>
</body>
<div>
<input onclick="rad()"></input>
</div>

</html>

批改老师:查无此人批改时间:2019-05-05 09:10:45
老师总结:完成的不错。js比较难,因为它的功能非常强大。继续加油。

发布手记

热门词条