public final class Character implements java.io.Serializable, Comparable
{ public static final int MIN_RADIX = 2; public static final int MAX_RADIX = 36;
借鉴:http://blog.sina.com.cn/s/blog_7101508c01017uzy.html
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/212291.html原文链接:https://javaforall.net
