Unity 复制文本到粘贴板上
TextEditor te = new TextEditor();
te.content = new GUIContent(path);
te.SelectAll();
te.Copy();
TextEditor te = new TextEditor();
te.content = new GUIContent(path);
te.SelectAll();
te.Copy();