函数名

getApkVerInt()

函数介绍

方法名称:获取壳子版本

返回值:获取当前apk壳子的版本号,返回一个整数

函数例子

local ver = getApkVerInt()
print("apk ver:"..ver)