单项选择题

var a = []; 以下向数组添加元素的方式正确的是()

A.a.pop(“zero”);
B.a.push(“one”);
C.a.join(“two”);
D.a.shift(“three”);