Example #1
0
 /**
  * 记录$_GET中的非法字符
  */
 public function check_Get($var)
 {
     return Controller::check_Get($var);
 }