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);