static std::vector<Movie> &getCollection();. Note the addition of the & after the type to change it from a value to a reference.
確定! 回上一頁