dart 基本数据类型 num; 代表整数或者浮点数。 ... dart 特有的,截断取整也就是向前取整。例: 3.6 ~/ 2 = 1; ... import 'dart:math'; 复制代码 ...
確定! 回上一頁