In Java streams, convert comma separated list of string into a List, but remove a substring at front of each string if present

前端 未结 0 400
猫巷女王i
猫巷女王i 2020-12-30 08:45

With Java streams, I am able to convert comma separated list of string into a List, but I also need to remove a substring at front of each string if present. How can I do th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题