L
lijing_zh
Unregistered / Unconfirmed
GUEST, unregistred user!
例如
pResultXML : pointer;
AResultXML: String;
iResultXMLLength : UINT;
strLCopy(PChar(AResultXML),pResultXML,iResultXMLLength);
为什么当指针中数据超过1M时AResultXML就会出现很多乱码呢?
pResultXML : pointer;
AResultXML: String;
iResultXMLLength : UINT;
strLCopy(PChar(AResultXML),pResultXML,iResultXMLLength);
为什么当指针中数据超过1M时AResultXML就会出现很多乱码呢?