發表文章

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

程式設計學習進度和心得

圖片
第一週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 進位表示 ...

蔡旻芸程式設計學習經驗

圖片
蔡旻芸程式設計學習經驗分享 選擇速度: 10 20 40 100 500 選擇顏色: 紅色 教學影片 <!-onclick按下滑鼠的事件--> 第一支教學影片 第二支教學影片 第三支教學影片 第四支教學影片 同學的網誌 王虹鈞 <! --拷貝到這一列!可以拷貝別人的網頁指令或內容嗎?基本上都可以,但必須要註明,一定要註明!-->