官方文档:http://logback.qos.ch/manual/configuration.html主要关注右侧目录中的 configuration 跟节点 Append...
![240](https://cdn2.jianshu.io/assets/default_avatar/3-9a2bcc21a5d89e21dafc73b39dc5f582.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:河南
官方文档:http://logback.qos.ch/manual/configuration.html主要关注右侧目录中的 configuration 跟节点 Append...
将逗号分隔的字符串转换为List 方法 1: 利用JDK的Arrays类 String str = "a,b,c";List result = Arrays.asList(...