richTextBox2.RtfrichTextBox1.Tag = richTextBox1.SelectedRtf;我要把richTextBox1.Tag中的内容赋给richTextBox2.Rtf应该怎么写? 不能用richTextBox1.Tag.ToString()因为richTextBox1.Tag里包含图片,不只是文字[解决办法](image)richTextBox1.Tag ?