代码如下: static void CopyString(string str) { TextEditor te = new TextEditor(); te.text = str; te.SelectAll(); te.Copy(); } 相关文章: 2021-11-30 2022-12-23 2022-12-23