Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想包装下拉选择框中出现的单词。
select#xyz option { word-wrap: break-word; width: 11em; }
但它不起作用。请帮我
在标准select元素中,您不能包装项目。你需要一个自定义控件。
select