rev: 手持功能接口、看板接口
This commit is contained in:
@@ -113,9 +113,11 @@ public class test {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
String f = "14070300003423092216085408190002";
|
||||
System.out.println(f.substring(0, 12));
|
||||
System.out.println(f.substring(18, f.length()));
|
||||
// String f = "14070300003423092216085408190002";
|
||||
// System.out.println(f.substring(0, 12));
|
||||
// System.out.println(f.substring(18, f.length()));
|
||||
|
||||
System.out.println(5%3);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user