摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace 新语法{ static class Program { static void Main(string[] args) { //2.1 调用带参数默认值的方法,编译后悔自动添加默认值到这个方法的括号中 // TestPareDafaule(); //2.2 ... 阅读全文
posted @ 2014-03-12 22:20 陌念 阅读(188) 评论(0) 推荐(0)