in the C language, there is no string type, the string is an array of characters, but there is a string type in js, so in js Why the string can also be obtained through the subscript in parentheses, and what is the difference between str [I] and str.charAt (i) ?