« 什么导致 IUSR 密码过期分析买空间受骗的深层原因 »

将图片放入剪切板

function CopyImage(img)
{
if (img.tagName != 'IMG') return;
if (typeof img.contentEditable == 'undefined') return;
if (!document.body.createControlRange) return;
var ctrl = document.body.createControlRange();
img.contentEditable = true;
ctrl.addElement(img);
ctrl.execCommand('Copy');
img.contentEditable = false;
//alert('复制完成,到QQ对话框里按Ctrl-V就可以啦!'); //
原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]

相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。