Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道将新元素附加到列表视图顶部的方法?
append 的普通方法将元素添加到列表视图的末尾。
也许有一种方法(反向/追加/反向)或等效于 javascript 数组方法?例如: splice(0,0,"topelement")?
对于许多面向数据库的应用程序,强烈建议将元素添加到视图顶部和相应的排序/反向功能的可能性。
使用prepand而不是append
prepand
append
这将完成您的工作