button点击时的边框消除 YuyuanW 2022-08-31 108 阅读1分钟 点击button时候总是会自己给我加上边框, 一行代码: button:focus{ outline:none; }