getElementById('canvas'); const ctx = canvas.getContext('2d'); // Shadow ctx.shadowColor = 'red'; ctx.shadowBlur = 15; // Rectangle ctx.
確定! 回上一頁