The length is just text.length() . Checking for a \0 terminator is a C-ism. Java doesn't terminate strings with NUL.
確定! 回上一頁