go

无法分割字符串

英文: Unable to split string 问题 我有一个字符串 002999002020,我想对其进行分割,得到结果 992020。我尝试了以下代码: String[] s1 = sele...