单项选择题

A.var f=function(a){return 5};
B.var f=function(){return 5};
C.var f=function(5){return’’};
D.var f=function(){return’’};