标签: html
有没有人知道我是否可以在选择下拉菜单中使用输入元素作为文本?如果是,那怎么样?
<select> <input type='text' name='prdname'/> <option>Product1</option> <option>Product2</option> <option>Product3</option> </select>