template<class T, std::size_t N> constexpr const T& stl::array<T, N>::back() const { return *(_items + N); }.
確定! 回上一頁