Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将Memo1的第一行转移到Memo2,并将Memo1的其余行向上移动。
这些是预期的结果:
像这样:
Memo2.Lines.Add(Memo1.Lines[0]); Memo1.Lines.Delete(0);