`
debbbbie
  • 浏览: 26282 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
收藏列表
标题 标签 来源
a google chrome copy to clipboard
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN" xml:lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="zh-CN" />
<title>chrome copy测试</title>
<body style="width: 227px;">
<a href="javascript:document.execCommand('copy',false,null);">copy</a>
<p>
选定这里的一些文字然后点击上面的copy,用ctrl+v看看都copy to clipboard什么了!
</p>
</body>
</html>
Global site tag (gtag.js) - Google Analytics