Python 列表 clear() 方法
定义和用法
The clear()
方法从列表中删除所有元素。
语法
list.clear()
参数值
无参数
The clear()
方法从列表中删除所有元素。
list.clear()
无参数
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]