标签: javascript node.js mongodb mongoose
我收到此警告,但不太了解如何解决。
<span *ngFor="let student of studentList; let last = last;">{{student}}{{last ? '' : ', '}}</span>
我的架构看起来像这样:
collection.ensureIndex is deprecated. Use createIndexes instead.