學習進度
第一周 下載老師寫好的程式碼,再去修改 第二週 學會使用輸入 <input type="button" value="賤骨頭" onclick="draw()"> button 鈕扣 ,按鈕 <label>紅色</label><input type="radio" name="color"> <label>綠色</label><input type="radio" name="color"> <span style="font-size: x-large;">字體大小 第三週 ctx物件的字形 後面接屬性 properties 方法method 物件導向設計 object-oriented programming design 學習條件式 if{} else {} 從EXCEL(使用dec2hex與dec2bin命令)直接貼上 十進位 十六進位 二進位 decimal hexadecimal binary 0 0 0 1 1 1 2 2 10 3 3 11 8 8 1000 9 9 1001 10 A 1010 11 B 1011 12 C 1100 13 D 1101 14 E 1110 15 F 1111 16 10 10000 17 11 10001 253 FD 11111101 254 FE 11111110 255 FF 11111111 第四周 <form><b> 選擇速度 : <select id="selection"> <option value="10">10</option> <option value="20">20</option> <option value="40" selected>40</option> <option value...