var projection = d3.geo.albers() .center([0, 55.4]) .rotate([4.4, 0]) .parallels([50, 60]) .scale(6000) .translate([width / 2, height / 2]).
?貌似B选项就是对D选项第二个赋值语句的解释额