项目中有事会收到不可见字符, 在编辑器中显示 NUL, 用空字符串替不行.

0000 0000

0

00

NUL


空字符(Null)

用这个可以替换

String res = res.replace(Character.toString('\0'), "");