Fx.global:全局變量相關(guān)的函數(shù)
1、查找全局變量值-findByApiName
Fx.global.findByApiName(<String apiName>)
參數(shù) | 說明 |
---|---|
apiName | 全局變量的apiName |
data返回值類型:Map(返回全局變量值) 返回值例:
def (Boolean error,String result,String errorMessage) = Fx.global.findByApiName("var_zx9ua__g") Fx.log.info(result)