对象中的三个点是什么意思?
What is the meaning of the three dots in the object?
firestore 查询中来自 angularfire 的一段代码。
https://github.com/angular/angularfire/blob/master/docs/firestore/collections.md
return { id, ...数据 };
为什么称为 spread syntax! :)
firestore 查询中来自 angularfire 的一段代码。 https://github.com/angular/angularfire/blob/master/docs/firestore/collections.md
return { id, ...数据 };
为什么称为 spread syntax! :)