1.使用<select>标签 优点:可以初始化选中项 缺点:不能自定义option的样式,自带的样式很丑 效果图: 代码如下: <select id=”group” value=”1 … Continue reading html中的下拉框—select和input方式
1.使用<select>标签 优点:可以初始化选中项 缺点:不能自定义option的样式,自带的样式很丑 效果图: 代码如下: <select id=”group” value=”1 … Continue reading html中的下拉框—select和input方式