关于system("pause")的作用 system() 是调用系统命令; pause 暂停命令; 当程序运行到这条语句时,程序就会停止。 会显示“Press any key to continue . . .” 。 注意: 要在return 语句前使用此条语句,否则没有作用。