from flask.ext import wtf class ContactForm(wtf.Form): content = wtf.TextAreaField("Content", [validators.Required()]). 并在你的HTML中:
確定! 回上一頁