WMLScript maxInt() 函数

maxInt() 函数返回可能的最大整数值。

语法

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

例子

var a = Lang.maxInt();

结果

a = 2147483647