WMLScript minInt() 函数

minInt() 函数返回可能的最小整数值。

语法

n = Lang.minInt()
成分 描述
n 从函数返回的最小整数。

例子

var a = Lang.minInt();

结果

a = -2147483648