百变圆圈,变变变!

Original 2019-05-01 15:58:04 285
abstract:<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>

Correcting teacher:查无此人Correction time:2019-05-05 09:10:45
Teacher's summary:完成的不错。js比较难,因为它的功能非常强大。继续加油。

Release Notes

Popular Entries