网站首页 站内搜索

搜索结果

查询Tags标签: dagou,共有 2条记录
  • 定义类

    类: 属性--数据 方法--函数[root@k8s-master python3-test]# cat 9.py #! /usr/bin/python3 #encoding=utf-8 class Dog: #类名第一个字母大写def bark(self): 函数括号中要加个selfprint("wangwang") [root@k8s-master python3-test]# python3 9.py 汪汪……

    2021/11/8 6:13:44 人评论 次浏览
  • 定义类

    类: 属性--数据 方法--函数[root@k8s-master python3-test]# cat 9.py #! /usr/bin/python3 #encoding=utf-8 class Dog: #类名第一个字母大写def bark(self): 函数括号中要加个selfprint("wangwang") [root@k8s-master python3-test]# python3 9.py 汪汪……

    2021/11/8 6:13:44 人评论 次浏览
扫一扫关注最新编程教程