發表文章

目前顯示的是 9月, 2020的文章
第一周 下載程式碼,修改程式碼,存成html,放入blog 第二周 修改程式碼 <input type="button" value="2020通貨走勢" onclick="draw()"/> <label>紅色</label><input type="radio" name="color" > <label>綠色</label><input type="radio" name="color" > <label>藍色</label><input type="radio" name="color" ><br> 第三周 <form><b>選擇顏色: <input id="linecolor" type="checkbox">紅色 <input onclick="draw()" type="button" value="2020年每天通貨走勢" /> </form> if ( document.getElementById('l inecolor').checked ) ctx.fillStyle="red"; 十進位 十六進位 二進位 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 255 FF 11111111  第四周 <form><b> 選擇速度: <select id="selection"> <option value="10...
圖片
詹瑋哲程式設計學習經驗分享 選擇速度: 10 20 40 100 500 選擇顏色: 紅色 劉任昌的教學影片 第一支教學影片 第二支教學影片