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