分析下面的javaScript代码段,输出结果是( )
var mystring=”I am a student”;
a=mystring.charAt(9);
document.write(a); A.

I am a st B.

u  C.

udent D.

t