close

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>index14-8</title>
    <script type="text/javascript">
        
        var Students = ["小丸子","小玉","花輪"]   // 宣告陣列並附值
        for( var i in Students){   // 宣告變數i為陣列Students的索引

            alert(Students[i]);
        }
    </script>
</head>
<body>

</body>
</html>

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 A&B 的頭像
    A&B

    網頁前端新手上路辛酸史

    A&B 發表在 痞客邦 留言(0) 人氣()