You can create an empty array as var arrayName= []; and then to insert value in array you have many choices as 1. Using for loop for(var i= ...
確定! 回上一頁