摘要: #实现代码复用#!/usr/bin/env python # -*- coding: utf-8 -*- # author:albert time:2019/4/19 0019 import copy class MobilePhone: def __init__(self,cpu,screen): self.cpu = cpu self.scre... 阅读全文
posted @ 2019-04-19 21:20 文二1234 阅读(308) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # author:albert time:2019/4/19 0019 import copy class MobilePhone: def __init__(self,cpu,screen): self.c 阅读全文
posted @ 2019-04-19 20:55 文二1234 阅读(116) 评论(0) 推荐(0)