Why would you want to clone? Creating a new list usually makes more sense. List<String> strs; ... List<String> newStrs = new ...
確定! 回上一頁