String s = "0.0";String[] split = s.split("\\.");
String s = "0.0";
String[] split = s.split("\\.");
使用正则时别忘记加 \\。
\\
若有收获,就点个赞吧
0 人点赞
让时间为你证明