在这段代码上:
def plot(div_name = "", series , options = {} )
我收到语法错误:
unexpected '=', expecting ')' (SyntaxError).
这是为什么?为系列分配默认值可解决问题.
ruby
ruby ×1