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