摘要: 为了方便调用,直接用静态方法,废话不多说,直接上代码 class Program { static void Main(string[] args) { string name = "小华"; string speak; //调用方法前ref参数必须初始化赋值; //调用方法前out参数不用初始化赋 阅读全文
posted @ 2021-03-11 13:58 Misterj 阅读(79) 评论(0) 推荐(0)