比如,我當前的頁面網址是author/123該頁面有個表單,我希望包含一個這樣的<input type="hidden" name="author" value="123" />于是,我用WTForms中做了下面的定義author = HiddenField('作者') 查看完整描述