单项选择题

原型链污染中,leto1={},可能存在的场景为()

A.leto2={a:1,"__proto__":{b:2}}merge(o1,o2)
B.JSON.parse(’{"a":1,"__proto__":{"b":2}}’)
C.JSON.parse(’{"a":1,"__proto__":{"b":2}}’)merge(o1,02)
D.JSON.parse({"a":1,"__proto__":{"b":2}})merge(o1,02)