JavaScript var sampleElem = document.getElementById('sample'), ctx = sampleElem.getContext('2d'); ctx.beginPath(); ctx.setLineDash([2, 2]); ctx.
確定! 回上一頁