問題現象: 狀態為 disabled 的 input 不在自身和父級觸發點擊事件 問題原因: Google Chrome 瀏覽器在更新 116 版本之後,禁止了狀態為 disabled 的 input 的事件冒泡。 可能的解決方法: 對於 input 元素,使用 readonly 替代 disabled; 如果在 input 的父級做監聽,可以對 input 使用 pointer-event