How to get value from Object, with default value

前端 未结 4 812
梦毁少年i
梦毁少年i 2021-02-01 00:13

I constantly find myself passing config values to functions accessing them like this:

var arg1 = \'test1\';
if(isUndefined(config.args.arg1)){
  arg1 = config.ar         


        
4条回答
提交回复
热议问题