相关疑难解决方法(0)

double*(splat)运算符的作用是什么

你见过像这样声明的函数吗?

def foo a, **b
  ...
end
Run Code Online (Sandbox Code Playgroud)

我知道单个*是splat运算符.什么**意思?

ruby splat

204
推荐指数
3
解决办法
5万
查看次数

标签 统计

ruby ×1

splat ×1