Пример #1
0
 /**
  * 设置结果类型(只在获取finallyResult才有效)
  * @param $rstype 1 为全部, 2去除特殊符号
  *
  * @return void
  */
 static private function SetResultType($rstype) {
     self::$resultType = $rstype;
 }