A brief analysis of the usage skills of Split function in Java
For example, if you execute: "2|33|4".split("|"), the result will be: ""2334 It's strange, but you can still know the reason after reading the API description. The java.lang.string.split split method splits a Split the st
2024-11-20