返回 WMLScript Float 库参考手册
int() 函数返回 x 参数值的整数部分。
n = Float.int(x)
var a = Float.int(5.32);
a = 5
Search: