请问文件流之间如何传递?fstream a; fstream b; a < <b ; 编译不过,我想实现流文件传递类似功能,用标准库如何实现,不用buffer,请高手指教[解决办法]a < < b.rdbuf();