\\=\; \123=S;
String str="\\123456\123456\t";
System.out.println(s);
System.out.println(String.format("%d\n",s.length()));
/**
\123456S456
12
*/
本文共 187 字,大约阅读时间需要 1 分钟。
\\=\; \123=S;
String str="\\123456\123456\t";
System.out.println(s);
System.out.println(String.format("%d\n",s.length()));
/**
\123456S456
12
*/
转载于:https://blog.51cto.com/5453607/1707649