首页 > 建站教程 > dart >  Dart Map.remove()函数正文

Dart Map.remove()函数

从地图中删除键及其关联值(如果存在)。该函数还返回与键关联的值。

语法

Map.remove(Object key)