Python(PyCharm) Flask運行報錯 TypeError: object of type 'int' has no len()

Flask運行報錯 TypeError: object of type ‘int’ has no len() 報錯描述 基於Python Flask實現一個普通的註冊表單驗證字段上傳界面,如圖 register.html form.py app.py 看着沒什麼問題,但運行起來就報錯了 解決方法: 將IntegerField改爲StringField 問題解決 解決描述 查看報錯信息:TypeEr
相關文章
相關標籤/搜索