/// <summary> /// 输出字符串 /// </summary> public void func_Print(TriggerExecutor e, TriggerArg a, string str) { e.print(str); }