發表文章

目前顯示的是 9月, 2020的文章

小英治國日記

圖片
第一周教學紀錄 下載老師程式碼,進行修改 建立自己部落格,放置自己修改程式碼 第二周教學紀錄 編寫按鈕程式碼 <input type="button" value="2020每天通貨走勢"/>on CLICK ="draw" 編寫案件選項 紅 <div><span style="font-size:large;"><b> <label>選擇顏色:<label>   <label><input name="color"type="radio">紅色</label>    <label><input name="color"type="radio">藍色</label>    <label><input name="color"type="radio">綠色</label><br>   </span></div> 第三周教學紀錄 編寫案件選項 紅 (改版) <form><b>選擇顏色: <input id="linecolor" type="checkbox">紅色 <input onclick="draw()" type="button" value="2020年每天通貨走勢" /> </form> 將指數黑線改成紅色 if ( document.getElementById('l inecolor').checked ) ctx.fillStyle="red"; 10 進位 16 進位 2 進位 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