html去除input标签默认边框 input表单点击会出现一个默认边框,设置border: none;或者border: 0;都没有效果,还是会有默认边框,怎么去除呢 css设置这个input的outline: none; 就可以了