// 登入System.Web.Security.FormsAuthentication.SetAuthCookie("userName", false); if(User.Identity.IsAuthenticated) { // 已認證} // 退出登入 ...
確定! 回上一頁