程式設計學習進度與心得 新文章
第一週9月7日 老師給 範本 學生改,如此學習。 第二週9月14日 學習 <input type="button" value="2020年每天的貨幣數量"onclick=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> <label> < input name="color" type="radio"> 藍色 < /label> </b> < /span> < /div>< br> <input onclick="draw()" type="button" value="2020年每天通貨走勢" /> 第三週9月21日 學習input還又表單form 在HTML處增加。 <form><b>選擇顏色: <input id="linecolor" type="checkbox">紅色 <input onclick="draw()" type="button" value="2020年每天通貨走勢" /> </form...