程式設計學習進度和心得
第一週9月7日 下載老師寫好的程式碼,再去修改 示範 第二週9月14日 學習 <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 /> 小於 input type="button" value="2020年每天通貨走勢" onload="draw()" 大於 第三週9月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 進位表示 ...