正文

JavaScript中让a标签不可用,可以采用以下几种方法: 1. 使用CSS样式: ```html 链接文字 ``` ```css .disabled-link { pointer-events: none; color: #ccc; cursor: