我经常在*ngFor中使用.slice().reverse()来以相反的顺序显示元素。但是现在我遇到了一个问题,因为我也使用了keyvalue。如何在.slice().reverse()中使用keyvalue?<div *ngFor="let order of orderData.order.slice().reverse() | keyvalue ">
Sum: {{order.value.sum}}
在dplyr中,当我在tbl (postgres数据库)上使用slice()函数时,我得到以下错误:
Error in UseMethod("slice_") : no applicable methodfor 'slice_' applied to an object of class "c('tbl_dbi', 'tbl_sql', 'tbl_lazy',