单项选择题

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