Dart编程实例 - toDouble 方法 Dart编程实例 - round 方法 Dart编程实例 - toInt 方法 Dart编程实例 - toDouble 方法 void main() { int n1 = 2; var value = n1.toDouble(); print("Output = ${value}"); } Dart编程实例 - round 方法 Dart编程实例 - toInt 方法