WMLScript maxInt() 函数

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

语法

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

例子

var a = Lang.maxInt();

结果

a = 2147483647