strokeStyle ="#ff0066"; //設定邊框顏色ctx.beginPath(); //路徑開始ctx.moveTo(50, 50); //將起始點移到(50,50) ctx.lineTo(150, 50); //線條終點(150,50) ctx.
確定! 回上一頁