Html-JavaScript

클립보드에 복사

빤따스뤽 2008. 10. 15. 11:33

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

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