03 public class Todo { 04 05 String name 06 String note 07 08 public static void main(String[] args) { 09 def todos = new ArrayList() 10 todos.add(new ...
確定! 回上一頁