function draw() { var canvas = document.getElementById("canvas"); var ctx = canvas.getContext("2d"); var colors = ['#4CAF50', '#00BCD4', ...
確定! 回上一頁