在Javascript中,有相应的事件可以监听复制和粘贴,那就是oncopy和onpaste。 oncopy:. demo:. <body oncopy="alert('不能复制');return false;"> ...
確定! 回上一頁