摘要: 字符串格式化 String template = "可用评价过少!产品名称:{},订单数量:{},评价数量:{}"; String msg = StrUtil.format(template, product.getName(), orders.size(), comments.size()); t 阅读全文
posted @ 2021-02-23 11:46 古兴越 阅读(464) 评论(0) 推荐(0)