2016年12月6日

python之列表

摘要: def append(self, p_object): # real signature unknown; restored from __doc__ """ L.append(object) -> None -- append object to end 在列表尾部追加元素 """ passeg: def clear(self): # real sign... 阅读全文

posted @ 2016-12-06 09:50 包头张策 阅读(168) 评论(0) 推荐(0)

导航