在Java中:
for(int j = 0; j < 6 && j < ((int)abc[j] & 0xff); j++) { // ... }
我们如何在Kotlin中制作这个循环?
kotlin
kotlin ×1