css 设置div不可点击的方法:1、通过“event.preventDefault()”方法取消事件的默认动作;2、通过“event.stopPropagation()”方法停止事件的传播。
確定! 回上一頁