var

FReQuestM := TMemoryStream

FReQuestM.Write(PChar(FcVoucherXML)^, Length(FcVoucherXML));

这样就读到流中了。

04-26 13:03