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

stud B.

tuden C.

uden D.

udent