rev: 手持功能接口、看板接口

This commit is contained in:
2023-10-08 10:21:23 +08:00
parent d2894bd7c4
commit ca3b2f700d
28 changed files with 1220 additions and 83 deletions

View File

@@ -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);
}
}