ipconfig的C語言實現

                首先,這篇文章實現了兩種方法查詢IP,實現截圖如下: 第一種方法時調用系統命令,代碼如下: #include <cstdlib>#include <iostream>using namespace std;int main(int argc, char *argv[]){   system("ipconfig");      system("PAUSE");   r
相關文章
相關標籤/搜索