array 를 reverse해주는 것이 아니라, array를 List<Integer> 로 변환한 다음 reverse를 해준다는 것. package com.company; import java.util.Arrays; ...
確定! 回上一頁