软件测试任务驱动教程电子活页3-9文件forms.py的完整代码及其代码解释.docxVIP

  • 0
  • 0
  • 约1.57千字
  • 约 1页
  • 2026-03-12 发布于山东
  • 举报

软件测试任务驱动教程电子活页3-9文件forms.py的完整代码及其代码解释.docx

PAGE2

PAGE21

软件测试任务驱动教程

PAGE2

文件forms.py的完整代码及其代码解释

fromdjangoimportforms

fromcaptcha.fieldsimportCaptchaField

classUserForm(forms.Form):

username=forms.CharField(label=用户名,max_length=128,widget=forms.TextInput(attrs={class:form-control}))

password=forms.CharField(label=密码,max_length=256,widget=forms.PasswordInput(attrs={class:form-control}))

captcha=CaptchaField(label=验证码)

classRegisterForm(forms.Form):

gender=(

(male,男),

(female,女),

)

username=forms.CharField(label=用户名,max_length=128,widget=forms.TextInput(attrs={cl

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档