摘要:
简介 The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. 不难看出,其中的关键是meta 阅读全文
摘要:
禁止鼠标右键:oncontextmenu="return false"; 禁止选择:onselectstart="return false"; 禁止拖放:ondragstart="return false"; 禁止拷贝:oncopy=document.selection.empty() 。 禁止复制 阅读全文