main函数参数argc,argv说明与使用 1.main函数传参说明: C/C++ 中 main 函数常用格式如下 : int main(int argc,char** argv); int main(int argc,