方法介绍
方法名称:读取字符串配置
语法:getStringConfig(key)
参数说明:key为键值
返回值:读取对应键值为key的字符串值
方法例子
local val = getStringConfig("strkey")
print(val)