Esempio n. 1
0
 /**
  * 是否为ajax提交
  * @return boolean
  */
 static function isAjax()
 {
     return Cola_Request::isAjax();
 }