使用html5写一个背景粒子特效

43 阅读1分钟

"```html

body { margin: 0; padding: 0; overflow: hidden; } canvas { display: block; } Particle Background ```"