开启Telent

#include <iostream>

using namespace std;

int main()

{

cout << "hello world!" << endl;

system("Telnet 192.168.1.1");

system("pause");

return 0;

}

 

posted @ 2021-08-25 16:50  江南王小帅  阅读(40)  评论(0)    收藏  举报