【发布时间】:2022-08-18 15:08:27
【问题描述】:
我想显示数字而不是 id
{
Object.entries(allUserLocation).map((user) => {
console.log(\'user ==>\', user);
return (
<span>
<h3 style={{ color: \'black\' }}>{user[0]} </h3>
Lognitude {user1.lng}
Latitude :{user1.lat}
</span>
);
});
}
-
你的问题我不清楚。
-
你想知道什么?
标签: reactjs firebase-realtime-database