摘要: Console.WriteLine()表示向控制台写入字符串后换行。 Console.WriteLine("鹿鼎记中的{0}的妻子有{1}、{2}、{3}等7个",strName[0],strName[1],strName[2],strName[3]); 这种方式中包含两个参数:“格式字符串”和“变 阅读全文
posted @ 2017-01-08 15:52 风中飘逸的7号 阅读(43129) 评论(1) 推荐(2)