스터디/Flutter ... void main() { List<int> list = [2, 1, 3]; list.add(4); ... forEach( (x) { print(x); }); } //짧게 설정 가능 void ...
確定! 回上一頁