摘要: >>> type({}) >>> a={}>>> a{}>>> a[5]=6>>> a{5: 6}>>> >>> dir(dict)['__class__', '__contains__', '__delattr__', '__delitem__', '__dir__', '__doc__', '__eq__', '__format__', & 阅读全文
posted @ 2017-09-14 01:04 明宣 阅读(320) 评论(0) 推荐(0) 编辑