所以禁止剪切复制和粘贴的方法如下: <input type="text" oncut="return false" onpaste="return false" oncopy="return false"> .
確定! 回上一頁