1、#include<string> #include<iostream> 这是引用头文件;
2、Using namespace std; 这是引用命名空间,防止同一个命名空间下有重名。不同的命名空间下类名可以一样。