var b=1 var c=2 var a={} a[b]=c console.log(JSON.stringify(a))//结果:{"1":2}
本文标题:json的键值都为动态变量
本文链接:https://www.haomeiwen.com/subject/mnwjqctx.html
网友评论