from django import forms class MessageGetForm(forms.Form): username = forms.CharField(label='使用者', max_length=5) #max_length 瀏覽器限制 ...
確定! 回上一頁