肯定不行啊,hello2 是 instance_method,在 class 里不能访问啊,要def self.hello2 name2才行
def self.hello2 name2
没实例化 Lv_Test01 这个类你哪来的那个方法啊
O(∩_∩)O~,解决了,刚开始学习,谢谢各位罗