L liguang Unregistered / Unconfirmed GUEST, unregistred user! 2000-02-12 #1 DELPHI中如何定义向C/C++中的那样“静态局部变量”(static)。先到先得 分。
C CJ Unregistered / Unconfirmed GUEST, unregistred user! 2000-02-12 #2 procedure const yourstaticstr = 'aaa';//here begin // yourstaticstr := ''; // end;