摘要: 取字符串中的数字 String charList = "乳儿班:044个23人 托小班:0个0人 托大班:3个60人 混合班:0个0人"; String integer = ""; //作为数字字符串的预备区 ArrayList<Integer> numList = new ArrayList<>( 阅读全文
posted @ 2023-02-07 15:40 xingmeng1 阅读(64) 评论(0) 推荐(0)