程式設計學習進度與心得 新文章
第一週九月七日 老師給的 範本 學生改,如此學習。 第二週九月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> <input type="buttom"value="2020年每天的貨幣數量" onclick="draw()"> 第三週九月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('l inecolor').checked ) ctx.fillStyle="red"; 第四周九月二十八日 下拉是選單和迴圈 <form><b> 選擇速度: <select id="selection> <option val...