摘要:
SyntaxHighlighter is here to help a developer/coder to post code snippets online with ease and have it look pretty. It's 100% Java Script based and it doesn't care what you have on your server. Hi... 阅读全文
摘要:
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n转载自"+location.href; clipboardData.setData(... 阅读全文
摘要:
Afly | 2006-11-8 其实就是类似当安装完 Flashget 后 Internet Explorer 的右键多了“使用网际快车下载”的选项一样,现在我们的需求是:当我们在图片右键时出现“复制图像地址”的选项。 其实很简单,先把下列代码存为 abc.reg 并导入: Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Sof... 阅读全文