發表文章

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

梁鈺潔第七周

第七週網頁命令與VBA命令比較 網頁指令 輸入資料: 輸入資料:<input type="text"  輸入數字: 輸入數字:<input id="b" type="number" /> 網頁指令 <input onclick="alert('你是豬')" type="button" value="按我" /> 輸入密碼 輸入密碼<input type="password" > 是否吃素: 是否吃素:<input type="checkbox"></td></tr> 豬 狗 貓 豬<input type="radio" />狗<input type="radio" />貓<input type="radio" /> 豬 狗 貓 豬<input name="pet" type="radio" />狗<input name="pet" type="radio" />貓<input name="pet" type="radio" />