单项选择题

A.var f=function(v){returnv;};
B.var f=function(v){returnf;};
C.var f=function(v){return’’;};
D.错误的表达式