单项选择题

运行下列指令,则变量b的类型是()。
a=’changchun’;
b=str2double(a)

A.sym
B.double
C.char
D.int