SOURCE
Result
JavaScript
console 命令行工具
X
clear
>
console
function
setup
(
)
{ createCanvas(
400
,
400
); }
function
draw
(
)
{ background(
220
); }