Live2D
小白和熊猫
small panda
摘要: equals() clone() getClass() notify(),notifyAll(),wait() toString 阅读全文
posted @ 2018-10-16 09:46 小白和熊猫 阅读(163) 评论(0) 推荐(0)
摘要: 在switch(expr1)中,expr1只能是一个整数表达式或者枚举常量(更大字体), 整数表达式可以是int基本类型或Integer包装类型,由于,byte,short,char都可以隐含转换为int,所以,这些类型以及这些类型的包装类型也是可以的。 显然,long和String类型都不符合sw 阅读全文
posted @ 2018-10-16 09:43 小白和熊猫 阅读(815) 评论(0) 推荐(0)