摘要: String转Long的两种方法 1、Long.valueOf("String")返回Long包装类型 2、Long.parseLong("String")返回long基本数据类型 String类型时间转Long类型时间戳 String time = ""; Long timestamp = new 阅读全文
posted @ 2021-03-10 14:37 DiligentCoder 阅读(3919) 评论(0) 推荐(0) 编辑