- Mark Chang
- 0°C
- 4 年又 138 天
如何將 a href 禁用
如標題,若採用CSS的方式作法如下:.disabled {
pointer-events: none;
cursor: default;
}接著在連結裡加入上列CSS
<a href="URL" class="disabled">LINK</a>以上紀錄~
https://innstory.com/story-如何將ahref禁用-2789
- 1,478
- 0
- 0

