module A
def aaa
p 1
end
end
class B
include A # B 类包含模块 A 的数据
end
B.new.aaa # 通过 B 的实例调用 aaa 方法
class Person
def Person.description
return "人,属于哺乳纲灵长目人科人属智人种。"
end
end
p "Q:人是一种什么动物?"
p "A:" + Person.description
以下引用后知后觉于2009-5-3 19:07:26的发言:
版主帮忙结下帖,谢谢了!
以下引用后知后觉于2009-5-3 19:49:15的发言:
我自己结帖不是只能认证一个人的答案的啊
那2位的回答都很好啊....
以下引用后知后觉于2009-5-3 20:03:15的发言:
这样的操作我没弄过- -!
反正认证了一个 另外一个就没有认证的按钮了
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |