代码如下:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="Keywords" content="28-JS作业小球运动">
<meta name="Description" content="28-JS小球运动">
<title>JS-小球运动</title>
<style>
.ball {
position: absolute;
top: 0;
left: 0;
width: 100px;