程式進度與心得
第一週9月7日 老師 示範 同學改 第二週9月14日 學習< input type="button" value="2020年每天通貨走勢" onclick="draw()" > <label>顏色:</label> <label>黑色<input type="radio"name="color" ></label> <label>紅色<input type="radio"name="color" ></label> <label>綠色<input type="radio"name="color" ></label> <label>藍色<input type="radio"name="color" ></label><br/> 第三週九月21日的上課 學習 input 還有 表單 form 在HTML處增加。 <form><b>選擇顏色: <input id="linecolor" type="checkbox">紅色 <input onclick="draw()" type="button" value="2020年每天通貨走勢" /> </form> 在JavaScript處作如下更改。 ctx.fillStyle="black"; if ( document.getElementById('linecolor').checked ) ctx.fillStyle="red"; 位元組與變數 10 進位 16 進位 位元組 Byte 數的 2 進位表示 ...