String status = "null,1,2,3,4";
status = status.replace("null,", "");截图第一个遇到的null, 内容 并且 替换为空
String status = "null,1,2,3,4";
status = status.replace("null,", "");截图第一个遇到的null, 内容 并且 替换为空
1万+
3949
2万+
8011

被折叠的 条评论
为什么被折叠?
