首页 > 学院 > 开发设计 > 正文

类方法与实例方法

2019-11-06 07:15:09
字体:
来源:转载
供稿:网友
class Apple4  #类方法,可以由class直接调用的方法  def Apple.name    'apple'  end  def color    'red'  endendApple.new.colorApple.name
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表