double d = 1.5;
String s = String.valueOf(d);
Java String 转 long
最新推荐文章于 2023-06-19 17:07:28 发布

double d = 1.5;
String s = String.valueOf(d);