CSS Disable Selection 禁用選取. /** * select disable */ .selectDisable { -webkit-user-select: none; -khtml-user-select: none; ...
確定! 回上一頁