如何避免从网站数据提取到Excel

时间:2014-01-07 22:48:12

标签: text-extraction

是否已经有办法避免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>

0 个答案:

没有答案