Example #1
0
 /**
  * 获取并分析 $_GET或$_POST全局超级变量数组某参数的值
  */
 public function get_params($string)
 {
     return Controller::get_params($string);
 }