發表文章

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

程式設計學習進度與學習心得 新文章

圖片
第一周9/7 老師給 範本 學生改HTML原始碼 第二周9/14 學習 <input type="button" value="2020年每天通貨走勢" onclick="draw()" > <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> <label>綠色:<input type="radio" name="color"></label><br> 第三周9/21 在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 進位 ...

金一丙程式設計

圖片
  葉又瑄程式設計學習經驗分享 劉任昌教學影片 \ 第二支影片 第三支影片 第四支影片 同學的網誌 林佳萱的網誌 width="100" height="400" src="http://chiahsuann.blogspot.com/2020/09/html.html"