Javascript. function setup() { // Create a new canvas canv = createCanvas(550, 300); // Set the ID of the canvas canv.id("newCanvas"); textSize(18); ...
確定! 回上一頁