L
ld3235
Unregistered / Unconfirmed
GUEST, unregistred user!
我的办法是:<br>Buf :array [0..200]of char;<br>Msg_Content:string;<br><br>for i:=0 to Msg_Length do<br>begin<br> Msg_Content:=Msg_Content+Buf;<br>end; <br>但感觉很不好,期待其他好点简便的方法