<languages />
❮清单方法
从中删除所有元素 fruits 列表:
fruits
fruits = ['apple', 'banana', 'cherry', 'orange'] fruits.clear()
The clear() 方法从列表中删除所有元素。
clear()
list.clear()
没有参数