在 Python3 中,del是一个像del x. 为什么del不设计成内置函数使用之类的del(x)?
del
del x
del(x)
python python-3.x
python ×1
python-3.x ×1