摘要: ############################# Array And Hash ####################### #array with three elements a = [1, 'ca', 3.14] #access the first element puts(a[0]) #set the third element(nil means nothing) a[2... 阅读全文
posted @ 2008-02-10 20:53 IT Person 阅读(295) 评论(0) 推荐(0)