#include<fstream> void main() { ifstream fin("d:\\簡介.txt",ios::nocreate); if(!fin){ cout<<"File open error!\n"; return; } char c[80]; ...
確定! 回上一頁