会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
悟空座下养马官
博客园
首页
新随笔
联系
订阅
管理
2018年12月3日
菜鸟学习记录--实参和形参的区别
摘要: static void Main(string[] args) { int i = 1; Sum(i); Console.WriteLine("i =:"+i); } static void Sum(int i) { i ++; } 输出结果:i = 1 实参:“实际的参数” 形参:“形式上的参数”
阅读全文
posted @ 2018-12-03 11:00 悟空座下养马官
阅读(78)
评论(1)
推荐(0)
公告