单项选择题
以上代码的打印结果是()
A.1,2,3B.abc,1,2,3C.abc ,1,2D.abc ,[1,2,3]
A.getB.postC.deleteD.put
A.x存在返回对应的索引B.x不存在返回-1C.x存在返回对应的x这个值D.x不存在返回undefined