阅读背景:

为什么nodejs将我的对象键字符串转换为对象字面值?

来源:互联网 

Take this code for example:

以此代码为例:

test = {};
test['hey'] = {
    a:'noob'
}
console.log(test);
test = 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: