将字符串中的数字转化为文字
摘要:String ids = "1,2,3"; String[] industryIdsArr = ids.split(","); String str = ""; if (industryIdsArr != null && industryIdsArr.length > 0) { for (int i = 0; i < industryIdsArr.lengt...
阅读全文
posted @ 2018-11-23 15:39

浙公网安备 33010602011771号