Hikarikiri 的个人博客 / 0 / 0 / 创建于 3年前
def demo(a, b, options) puts a puts b puts options[:x] puts options[:y] end demo("a","b", {:x => 12, :y => 34}) demo("a","b",:x=>12 ,:y=>34)
本作品采用《CC 协议》,转载必须注明作者和本文链接
我要举报该,理由是:
推荐文章: