微信微信小程序取消button边框线 云博小周宇2024年5月5日2023年12月29日1 Min Read 先给button定义个class属性 <button class="an"> 按钮 </button> 然后再css上加上 .an::after { border: none; }