p5.js p5.js是一个用于创意编码的JavaScript库,其重点是使艺术家,设计师,教育者,初学者以及其他任何人都可以访问并包含所有编码! https://p5js.org/ https://editor.p5js.org/ function setup() { createCanvas(400, 400); } function draw() { background(220); ellipse(50,50,80,80); } examples https://p5js.org/e…