Run ID:133394

提交时间:2025-10-18 16:47:54

eopen(文件名,文件打开方式(read/write),标准流文件(stdin/stdout)) 经过重定向后,任何对stdin、stdout的操作都变成了对输入流文件、输出流文件的操作。