wuyouming666
2023-12-04 c2615a2070d4622bf5717339eae1daef9b40d057
springboot-vue3/src/main/java/com/example/springboot/component/S7control.java
@@ -344,6 +344,7 @@
        if (stringdatas.length == 2) {
            dbwindex = Integer.parseInt(stringdatas[1]);
        } else if (stringdatas.length == 3) {
            dbwindex = Integer.parseInt(stringdatas[1]);
            bitindex = Integer.parseInt(stringdatas[2]);
        } else
            return null;