charAt (0) //'F' 'Flavio'.charAt(1) //'l' 'Flavio'.charAt(2) //'a'. 如果您提供的索引與字符串不匹配,則會得到一個空字符串。 JavaScript does not have a “char” ...
確定! 回上一頁