1.css里面加 *:focus { outline: none; } 或 input {outline:none;} 所有类似的文本框都可以用这个属性,如果要给某个去掉的话 可以单独写input[type='text']{outline:none;}.