摘要: #/urn/bin/env python#-*- coding:utf-8 -*-class Function_demo(object): name = 'demo' def run(self): return "hello function "if hasattr(Function_demo,'a 阅读全文
posted @ 2020-07-27 10:01 李敏1027 阅读(108) 评论(0) 推荐(0)