python中的clear-LMLPHP
1 a = {
2 "name":"dlrb",
3 "age":25,
4 "height":168
5 }
6 a.clear()
7 print(a)
python中的clear-LMLPHP

输出结果:

{}
05-11 15:10