答案 0 :(得分:0)
你应该把android:supportsRtl =“true”放在你的应用程序标签中,并在你的活动中强制支持从右到左的你的活动:
Student
.findOne({_id:id})
.populate('receiveComments.whoComment receiveComments.whichHelp receiveComments.whichComment sendHelps.whichHelp sendHelps.helpers.info')
.exec((err,student)=>{
if(err){
console.log(err);
return;
}