使用html或CSS禁止選取頁面內容. IE瀏覽器. 直接給相關元素加上unselectable="on". chrome. css加上 -webkit-user-select: none;. firefox.
確定! 回上一頁