You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
這一章裡面我們學習了 Go 如何處理表單資訊,我們透過使用者登入、上傳檔案的例子展示了 Go 處理 form 表單資訊及上傳檔案的手段。但是在處理表單過程中我們需要驗證使用者輸入的資訊,考慮到網站安全的重要性,資料過濾就顯得相當重要了,因此後面的章節中專門寫了一個小節來講解了不同方面的資料過濾,順帶講一下 Go 對字串的正則處理。