最新 assignfile 是什么函数 delphi 参考实例: var f: textfile; // 声明文本文件类型变量 begin assignfile(f, 'c:myfile.txt'); end; // 将c:myfile.txt文件...... 2025-09-06 14