上代码之前,先看一下效果: CSS部分(此处用元素模拟萤火虫,背景可自行设置): .box{width: 4px;height: 5px;background: wheat;position: absolute;border-radius: 50%;} body{background: url(../img/bg.jpg) ;} JS部分: class Glowworm{ constructor(){ // 获取屏幕的可视区域的宽高,用作将来的随机范围 this.clientW = document.documentElemen