去掉IE11的叉叉时间:2023-03-09 17:56:42 在 IE11 下,浏览器自作多情在 text input 组件上加一个 close 叉叉: 用CSS伪类定义: input::-ms-clear { display: none; }