Bootstrap表单二
Bootstrap表单 文本域
<textarea rows="3"></textarea>
Bootstrap表单 单选框
<input type="radio" value="1" checked>
Bootstrap表单 多选框
<input type="checkbox" value="1">
Bootstrap表单 下拉框
<select class="form-control">
<option>欧阳克</option>
<option>朱老师</option>
<option>灭绝师太</option>
<option>西门大官人</option>
</select>
任务
- ?不会了怎么办
-