//06 Swift | function實例練習

登入function

func 登入(){  基本防呆();  身份驗證();  判斷使用者是否鎖住();  判斷使用者是否有權限();  使用者身份存入Session();  登入成功導頁();
}
登入();

--

--