[ javascript ] – 取得陣列元素總數 2016 / 6 / 20 jeff 0 [javascript] ar=[‘a’,’b’,’c’,’d’,’e’]; ar.length;//回傳5 [/javascript]