Esempio n. 1
0
 /**
  * 用户退出登录
  */
 public function userLogout()
 {
     Util::setRawCookie('u', '', -1);
 }