aviatorscript icon indicating copy to clipboard operation
aviatorscript copied to clipboard

请教一个getVariableFullNames的问题

Open cyningchen opened this issue 2 years ago • 0 comments

let appkey = get_appkey("com.sankuai.aaa.bbb.ccc"); if appkey != nil{ return appkey.serviceLevel; } return nil;

getVariableFullNames返回["appkey.serviceLevel"],与预期为[]不一致,请问是feature还是bug

cyningchen avatar Jun 16 '23 06:06 cyningchen