摘要: public string ConvertString(string value, int fromBase, int toBase) { int intValue = Convert.ToInt32(value, fromBase); return Convert.ToString(intValu 阅读全文
posted @ 2018-12-21 12:09 慢慢摸索 阅读(193) 评论(0) 推荐(0)