有没有办法将Long数据类型转换为Double或double?
Long
Double
double
例如,我需要转换15552451L为double数据类型.
15552451L
java
java ×1