In order to get the length of a String object, call the length() method on it. The length is equal to the number of UTF-16 code units (chars) in the string.
確定! 回上一頁