"< select>"移除/改变蓝色“v”图标旁边的选项?

问题描述:

是否可以移除html上的蓝色v图标?

Is it possible to remove the blue "v" icon on a html thing?

或者如何让它消失?

如果我想删除它,

< select> 不是CSS样式,它的样式由操作系统。您可以通过使用CSS + HTML + JavaScript替换来使它看起来像你想要的,但这需要一个插件或一点代码。

<select> is not styled by CSS, it's styled by the operating system. You can make it look the way you want by using an CSS+HTML+JavaScript replacement, but that requires a plug-in or a bit of code.