constobj={a:'一',b:'二',a:'三'}console.log(obj)A:{a:"一",b:"二"}B:{b:"二",a:"三"}C:{a:"三",b:"二"}D:SyntaxError参考答案
选择(034)-以下代码的输出是什么?相关文章