摘要: public static <T> T jsonToBean(String json,Class<T> tClass){ try { //可以转换单引号 mapper.configure(JsonParser.Feature.ALLOW_SINGLE_QUOTES,true); //键可以不用引号包 阅读全文
posted @ 2020-04-26 18:38 荣超 阅读(1610) 评论(0) 推荐(0)