方法介绍
方法名称:获取壳子版本
语法:getApkVerInt()
功能说明:获取当前apk壳子的版本号,返回一个整数
方法例子
local ver = getApkVerInt()
print("apk ver:"..ver)