将内容复制到剪贴板时格式化内容

时间:2017-02-12 21:59:15

标签: javascript html css

我的网站上的某些内容在复制并粘贴到Gmail等富文本编辑器时会显得有些奇怪。

当用户复制内容时,是否有可能以某种方式影响格式?

举个简单的例子,假设我有这个HTML:

<!DOCTYPE html>
<html>

<head>
<style>
h1 { color: red; }
p {size: small; }
</style>
</head>

<body>
<h1>My Title</h1>
<p>The body of the text.</p>
</body>

</html>

复制粘贴所有内容时,是否可以将标题显示为绿色?

0 个答案:

没有答案