char 字符 字符型 at 在

    1. var a = '0123456789';
    2. var b = a.charAt(6); // b = '6'