canvas 本身不會自己產生圖形,需要透過js 來繪製,首先我們透過getContext() 取得渲染環境。 ? 1. 2. var canvas = document.getElementById( ...
確定! 回上一頁