function setup() { createCanvas(200, 200); textSize(16); rect(0, 0, height, width); background('green'); text("This is the canvas area", 20, ...
確定! 回上一頁