Either make the wishlistArray , a static variable. class WishList { static var wishlistArray = []; } WishList.wishlistArray.add();.
確定! 回上一頁