摘要:
############################### Class ############################## class Song def initialize(name, artist, duration) @name = name @artist = artist @duration = duration end end #initializ... 阅读全文
posted @ 2008-02-17 14:50
IT Person
阅读(320)
评论(0)
推荐(0)
浙公网安备 33010602011771号