函数
static int Add(int a,int b){ return a+b; }
括号外的int表示返回类型
括号里的为参数和参数类型
return表示返回
首页
我的博客
粤ICP备17103704号