// define Array var list = [1, 2, 3, 4]; function empty() { //empty your array list = []; } empty();. But there is another way to empty an array ...
確定! 回上一頁