幸福嚓茶

文章
3
资源
0
加入时间
2年10月17天

C++函数占位符

//第二个int就是占位符void func(int a,int){}int main(){ func(10,1);//如果占位符不给值,语法就会报错}