摘要: Json字符串查找满足key和value的对象,打印在list中 json对象 parm1:{"invType":"2","purchaseFlag":"5","invQty":"999","cmmdtyCode":"761678564","supplierCode":"70057362","pla 阅读全文
posted @ 2021-07-09 14:35 kevinFeng 阅读(502) 评论(0) 推荐(0)
摘要: ##字符串处理 str1="hello the world !" str2="!world the hello" 已知str1,要求倒序处理实现str2 直接上代码 import org.junit.Test; public class StringManage { /* 字符串处理 hello t 阅读全文
posted @ 2021-07-09 14:21 kevinFeng 阅读(107) 评论(0) 推荐(0)