// 对字符串替换
String cron = "0 0 0/{0} * * ?";String newcron = MessageFormat.format(cron, dto.getDeduct());