In the p5.js web editor you should find the following code: function setup() { createCanvas(400, 400); } function draw() { background(220); }.
確定! 回上一頁