Example #1
0
 /**
  * 记录$_POST中的非法字符
  */
 public function check_Post($var, $a = 0)
 {
     return Controller::check_Post($var, $a);
 }