摘要: Long.ValueOf("String")返回Long包装类型 包装类型: Byte,Integer,Short,Long,Boolean,Character,Float,Double等 Long.parseLong("String")返回long基本数据类型 基本数据类型:byte,int, s 阅读全文
posted @ 2017-02-06 11:01 小淞鼠 阅读(90423) 评论(0) 推荐(1)