命名对程序员来说从来就是一件困难的事,当函数只接受一个参数对象时,你一般采取哪种命名方式?
function(args)
function(payload)
function(params)
function(data)
6