from django import forms class TestForm(forms.Form): name = forms.CharField(label='单行输入',max_length=10) mulirow = forms.
確定! 回上一頁