2 回答
手掌心
TA贡献1942条经验 获得超3个赞
class ContactForm(forms.Form):
reason = forms.ChoiceField(choices=[("feature", "A feature"),
("order", "An order")],
widget=forms.RadioSelect)
通过widget输出
- 2 回答
- 0 关注
- 986 浏览
添加回答
举报
0/150
提交
取消