Java long 转成 String

第一种:

String s = String.valueOf(long)

第二种:

String s = Long.toString(long)

你可能感兴趣的:(面试,学习路线,阿里巴巴,机器学习,程序人生,spring,boot)