单项选择题

下面代码执行报错的选项是()

A.function f(){}exportf;
B.export function f(){};
C.function f(){}export{f};
D.var n=1;export{n as m};