java中时间和浮点数格式设置 DecimalFormat df=new DecimalFormat("0.00"); SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); float temp1=(float)file.getLen()/... java 2023-11-14 149 点赞 2 评论 225 浏览