var str = "클립보드에 복사할 내용";

window.clipboardData.setData("Text",str);

+ Recent posts