0
点赞
收藏
分享

微信扫一扫

String类型转换为Long类型


//返回Long包装类型
Long.ValueOf("String")

//返回long基本数据类型
Long.parseLong("String")


举报

相关推荐

0 条评论