摘要: 英文文档: staticmethod(function) Return a static method for function. A static method does not receive an implicit first argument. The @staticmethod form 阅读全文
posted @ 2016-11-16 13:21 十月狐狸 阅读(1610) 评论(0) 推荐(0) 编辑
摘要: 英文文档: sorted(iterable[, key][, reverse]) Return a new sorted list from the items in iterable. Has two optional arguments which must be specified as ke 阅读全文
posted @ 2016-11-16 12:53 十月狐狸 阅读(998) 评论(0) 推荐(0) 编辑