Problems are not stop signs; they are guidelines.
問題的出現(xiàn)不是讓你止步,而是給你指路。———— Robert Schuller
又是一款兼容性比較好的復制到剪切板的插件,ZeroClipboard,同樣基于flash。 使用起來更簡單,比如我需要點擊一個按鈕復制指定input的內容。以下是實現(xiàn)Demo: //定義swf文件位置 var mvPath = "ZeroClipboard.swf"; // 定義一個ZeroClipboard對象 new ZeroClipboard( document.getElementById("copydemo"), {moviePath: mvPath}).on( 'complete', function(client, args) {alert("復制成...