使c++执行完后不退出的几种方法 Posted on 2014-04-02 In 编程语言 1,#include <stdlib.h> system(“PAUSE”);2,getchar()();3,用ctrl+F5运行程序 4,死循环5,cin