(C++)先从键盘逐步输入字符串并保存到文件(D:\a.txt)中,然后把该文件的每一行字符串读入程序并显示 #include <iostream> #include <cstring> #include <fstream> #include <string> using names