A FileList is not an Array , but it does conform to its contract (has length and numeric indices), so we can "borrow" Array methods:
確定! 回上一頁