码农的笔记

Delphi虽好,但已不流行; 博客真好,可以做笔记

博客园 首页 新随笔 联系 订阅 管理

2021年6月16日 #

摘要: var s:string;begin SetLength(s,256); GetWindowsDirectory(PChar(s),256); ShowMessage(IntToStr(Length(s))); //Length(s) 256 ShowMessage(IntToStr(StrLen( 阅读全文
posted @ 2021-06-16 17:55 码农的笔记 阅读(168) 评论(0) 推荐(0)