摘要: public void copy(String str) { StringSelection stsel = new StringSelection(str); Toolkit.getDefaultToolkit().getSystemClipboard().setContents(stsel, stsel);} 阅读全文
posted @ 2013-07-21 21:41 紫藤话 阅读(689) 评论(0) 推荐(0)