Ruby 代码 - 使用星号展开数组
2006年10月13日星期五
问题来自Ruby On Rails 中文社区论坛数组前加个星号表示什么,示例:
def test(a,b,c,d,e)
print “#{a}, #{b}, #{c}, #{d}, #{e}”
endarray = [1,2,3,4,5]
test(*array)
标签: Technologies
Focus on Life, Cloud Service, Smart Hardware, Architecture, Technic and beyond…
问题来自Ruby On Rails 中文社区论坛数组前加个星号表示什么,示例:
def test(a,b,c,d,e)
print “#{a}, #{b}, #{c}, #{d}, #{e}”
endarray = [1,2,3,4,5]
test(*array)
标签: Technologies
发表评论
订阅 博文评论 [Atom]
<< 主页