HTML:使文本不可选择

发布于 2024-09-27 21:52:02 字数 164 浏览 2 评论 0原文

有文字,但您无法选择它

看看这个

  • 如何实现这一目标?

there is text but you cannot select it

check this out

  • How to achieve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

⊕婉儿 2024-10-04 21:52:02

您可以使用 jQuery 轻松完成。检查这个演示源,例如:

$("#sortable").disableSelection();

有一个来自 jquery 论坛的帖子,解释了 disableSelection 的情况。看起来它已经“无证”很长时间了。

You can do it easily with jQuery. Check this demo sources, for example:

$("#sortable").disableSelection();

There's a post from jquery forum explaining the situation around disableSelection. Looks like it's 'undocumented' for a long time already.

泪冰清 2024-10-04 21:52:02

网上有很多可用的脚本,@mellowsoon 提出的脚本就是其中之一。

但请记住,它并不会使文本选择变得不可能,而只是使其变得困难。用户只需禁用 javascript 或从页面源即可“重新启用”文本选择。

此外,这种不可选择的文本不是很有用,并且可能会让用户感到沮丧。

如果您担心有人未经您的许可复制您的内容,请使用适当的许可证和版权,而不是此类技术(或使用 Flash 等技术(如果适用),但即使在这里,也有 OCR 技术可以帮助复制文本)

There are plenty of scripts available on the net, the one proposed by @mellowsoon is one of them.

However remember that it does not make text selection impossible, it just makes it difficult. Text selection can be "re-enabled" by the user by just disabling javascript or from the source by page.

Also such not selectable text is not very usable and may leave users frustrated.

If you are concerned with someone copying your content without your permission, use appropriate licenses and copyright, rather than such techniques (or use technologies like flash if applicable, but even here there are OCR techniques that can help copying text)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文