在像Dart 这种命令式语言中,调用函数通常为了实现其副作用:可能改变了对象的内部状态、 ... stdout.newline; // Produces output. list.clear; // Modifies object.
確定! 回上一頁