#include#include#includeusing namespace std;int main(){ system("ipconfig /all");//使用运行CMD.exe,并输入ipconfig /all,可得出本机所有物理地址信息(IP信息) getchar();//获取记录信息 return 0;}