使用HTML畫布,如果繪製這樣的虛線: ctx.lineWidth = 40; ctx.lineCap = 'round'; ctx.strokeStyle = 'red'; ctx.beginPath(); ctx.moveTo(100,100); ctx.
確定! 回上一頁