首页
知识
百科
首页
>
assignfile
assignfile 是什么函数 delphi
参考实例: var f: textfile; // 声明文本文件类型变量 begin assignfile(f, 'c:myfile.txt'); end; // 将c:myfile.txt文件......
2025年10月02日
18次