摘要:
public void AppendTextToHead(string text) { TextRange textRange = new TextRange(txtRich.Document.ContentStart, txtRich.Document.ContentEnd); //把之前的文本追 阅读全文
posted @ 2022-02-11 14:20 一佳一 阅读(592) 评论(0) 推荐(0)
|
||
|
摘要:
public void AppendTextToHead(string text) { TextRange textRange = new TextRange(txtRich.Document.ContentStart, txtRich.Document.ContentEnd); //把之前的文本追 阅读全文
posted @ 2022-02-11 14:20 一佳一 阅读(592) 评论(0) 推荐(0) |
||