Dart编程实例 - toInt 方法 来源: 作者: 类型:文章教程 点击次数: 发布时间:2020-11-02 19:29:43 Dart编程实例 - toInt 方法 void main() { double n1 = 2.0; var value = n1.toInt(); print("Output = ${value}"); } TAGS: Dart编程实例 - toInt 方法 上一篇: Dart编程实例 - toString 方法 下一篇: Dart编程实例 - toDouble 方法 我爱模板网 版权所有 皖ICP备17015446号-3 Copyright © 2020 5imoban.net All Rights Reserved.