摘要: class Program { static void Main(string[] args) { int i = 2,j = 2; bool a = Object.Equals(i, j); bool b = Object.ReferenceEquals(i, j); ... 阅读全文
posted @ 2017-04-17 08:56 sky20080101 阅读(203) 评论(0) 推荐(0)
摘要: private static int CalcIntegerLength(int iLen) { //String str_iLen = Convert.ToString(iLen); int strLen = 0;// str_iLen.Length; do { ... 阅读全文
posted @ 2017-04-17 00:08 sky20080101 阅读(265) 评论(0) 推荐(0)