<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style type="text/css"> #div{ width: 100px;height: 100px;background-color: #ff0000;position: absolute; border-radius: 50%; /* 生成一个球形 */ } </style> <script type="text/javascript"> window.onload = function(){ var div = document.getElementById(