public interface Macro extends Serializable
Object excute(String code, Map<String,Object> context, Map<String,Object> params) throws ScriptException
code - 宏逻辑代码context - 宏运行的上下文params - 宏运行的参数ScriptExceptionCopyright © 2020. All rights reserved.