摘要: 添加StringEx类public static class StringEx { public static int ToInt(this string str) { int number = default(int); ... 阅读全文
posted @ 2014-12-25 17:23 I.Striving 阅读(107) 评论(0) 推荐(0)