摘要:
http://www.nowamagic.net/academy/detail/13321030 阅读全文
posted @ 2015-12-10 15:07 网名还没想好 阅读(146) 评论(0) 推荐(0)
|
|
|
|
摘要:
http://www.nowamagic.net/academy/detail/13321030 阅读全文
posted @ 2015-12-10 15:07 网名还没想好 阅读(146) 评论(0) 推荐(0)
摘要:
__init__ 方法是什么?使用Python写过面向对象的代码的同学,可能对 __init__ 方法已经非常熟悉了,__init__ 方法通常用在初始化一个类实例的时候。例如:# -*- coding: utf-8 -*-class Person(object): """Silly Person"... 阅读全文
posted @ 2015-12-10 14:46 网名还没想好 阅读(451) 评论(0) 推荐(0) |
|