javascript, object's attribute miss in console.log

时间:2017-10-12 10:05:04

标签: javascript

You can see that I use console.log to print the object "comment", and you found there is an attribute "text" in "comment._ps", but when I use console.log to print the object "comment._ps", the attribute "text" is missing. I don't know why, waiting for help~~

console.log(comment);
console.log(comment._ps);

enter image description here

0 个答案:

没有答案