2014年11月10日
摘要: String.Format 方法的几种定义:String.Format (String, Object)将指定的 String 中的格式项替换为指定的 Object 实例的值的文本等效项。String.Format (String, Object[])将指定 String 中的格式项替换为指定数组中... 阅读全文
posted @ 2014-11-10 13:52 GC2013 阅读(1095) 评论(0) 推荐(3)