有个paymentTime,为String类型,为yyyy
古典音乐中的‘笑料’:巴赫的《Air on G String》有时被模仿为吹口哨的音频,因为其旋律轻快,让人忍俊不禁。 #生活乐趣# #日常生活趣事# #音乐欣赏的乐趣# #音乐幽默故事#
使用Hutool工具可以进一步简化代码。可以按照以下方式实现:
List<[order](https://wenku.csdn.net/doc/6401abb7cce7214c316e93d1?spm=1055.2569.3001.10083)s> ordersList = orders[service](https://wenku.csdn.net/doc/3b6yt2kfqr?spm=1055.2569.3001.10083).list(); double[] monthOrderPrice = new double[12]; for (Orders order : ordersList) { String paymentTime = order.getPaymentTime(); int month = DateUtil.month(DateUtil.parse(paymentTime)) + 1; double orderPrice = order.getOrderPrice(); monthOrderPrice[month-1] += orderPrice; } List<Double> monthOrderPriceList = [array](https://wenku.csdn.net/doc/6412b6ddbe7fbd1778d4842f?spm=1055.2569.3001.10083)Util.toList(monthOrderPrice); [system](https://wenku.csdn.net/doc/6412b784be7fbd1778d4a95f?spm=1055.2569.3001.10083).out.[print](https://wenku.csdn.net/doc/6401acb5cce7214c316ecd5e?spm=1055.2569.3001.10083)ln(monthOrderPriceList);
这里使用Hutool的DateUtil工具类,通过parse方法解析paymentTime字符串为Date类型,然后使用month方法获取月份,并将对应月份的订单总价累加。将月份订单总价数组转换为List类型,输出即可。
相关推荐
最新推荐
网址:有个paymentTime,为String类型,为yyyy https://www.yuejiaxmz.com/news/view/346835
相关内容
SpringMVC Get请求如何获取Date类型的参数—— @DateTimeFormatString a = “123”; String b = “123”; a==b 吗?为什么??
Java——String类
springboot技术之处理前后端时间传输格式问题(LocalDate <=>String)
input标签的type为select、radio、checkbox的使用
经典String str = new String(“abc”)创建了几个对象?(转)
String类的equals方法和==方法的比较
经典String str = new String(“abc”);内存分配问题
软件开发实训(720科技)――第五课:数据绑定和标签库
(dataframe string 转 float)(object 转 float)