2018年12月7日
摘要: 1。在C#中,如果让某个方法只能被它所在的程序集内的其他方法访问,可使用(C)修饰这个方法。 (选择一项) A:private B:protected C:internal D:以上都不对 2.下列关于String.Format()用法不正确的是(B) (选择一项) A:String.Format( 阅读全文
posted @ 2018-12-07 13:52 wnwn 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 第一个类: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace My Bank {class Bank{Pe 阅读全文
posted @ 2018-12-07 08:59 wnwn 阅读(746) 评论(0) 推荐(0) 编辑