是否已经有办法避免Excel或Distiller或Acrobat Reader提取网站的全部或部分内容?
例如,包含加载了MySQL值的表的php页面
CSS不是一个明确的答案......; )
Code:
<style type="text/css">
.deselect ::selection {
background: transparent;
color: inherit;
}
.deselect ::-moz-selection {
background: transparent;
color: inherit;
}
</style>
<body>
---------------------------------------
<div class="deselect"> (data viewer)
</div>
</body>