cannot resolve symbol LENGTHSHORT
时间: 2023-09-14 08:15:33 浏览: 94
解决Cannot resolve unit name的错误
"LENGTHSHORT" is not a built-in symbol in Java. It's possible that it's a variable or constant that was defined in your code or in a library that you are using, but it's hard to say without more context.
If you are trying to get the length of a short array or a String that contains a short, you can use "arrayName.length" or "stringName.length()" respectively.
阅读全文