/**
  * 获取参数
  */
 protected function Args($key, $type = 'string', $from = null, $noFilter = null)
 {
     return CRequest::Args($key, $type, $from, $noFilter);
 }