摘要: python3 字符串属性 1 >>> a='hello world' 2 >>> dir(a) 3 ['__add__', '__class__', '__contains__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__ 阅读全文
posted @ 2016-03-10 22:41 hb91 阅读(2624) 评论(0) 推荐(0) 编辑