戴靜怡第十周陣列 array + matrix
在<body>與</body>增加
<input type="checkbox" id="Address">
在<script>內增加</script>的最後一個}之前增加
if (document.getElementById("Address").checked)
{
document.getElementById("presentA").innerHTML = BigFiveA[five.selectedIndex];
}
下次上課時,記得提醒我,我教你如何訂正。
回覆刪除