摘要: 面向对象设计 1.函数式编程 2.面向过程编程 3.面向对象编程 利用函数也可以实现面向对象编程 def peple(name,gender): def head(peple): print("this is %s head"%peple["name"]) def hand(peple): prin 阅读全文
posted @ 2019-04-29 10:38 Komyo 阅读(109) 评论(0) 推荐(0)