List <int> leftList = [1, 2, 3, 4, 5, 6]; print(leftList.toString()); var range = leftList.sublist(3); print(range.
確定! 回上一頁