JS對象:數組、日期、Math、自定義對象

 數組 javascript中的數組是動態的,即長度是可以發生變化的。 練習 <script> function getValue(id){ return document.getElementById(id).value; } function setValue(id,value){ document.getElementById(id).value=value; } functio
相關文章
相關標籤/搜索