每日一句 ( 202525 )  

Life doesn't get easier or more forgiving; we get stronger and more resilient.

生活從未變得更加輕松或?qū)捜荩俏覀冊谝稽c一點變強、變堅韌。———— Steve Maraboli

兼容各瀏覽器的復(fù)制到剪切板插件ZeroClipboard

又是一款兼容性比較好的復(fù)制到剪切板的插件,ZeroClipboard,同樣基于flash。 使用起來更簡單,比如我需要點擊一個按鈕復(fù)制指定input的內(nèi)容。以下是實現(xiàn)Demo: //定義swf文件位置 var mvPath = "ZeroClipboard.swf"; // 定義一個ZeroClipboard對象 new ZeroClipboard( document.getElementById("copydemo"), {moviePath: mvPath}).on( 'complete', function(client, args) {alert("復(fù)制成...