var newparamData = (paramcustom instanceof Array) ? $.extend(true, [], paramcustom) : $.extend(true, {}, paramcustom);
转载于:https://www.cnblogs.com/yuguilin/p/5006615.html
var newparamData = (paramcustom instanceof Array) ? $.extend(true, [], paramcustom) : $.extend(true, {}, paramcustom);
转载于:https://www.cnblogs.com/yuguilin/p/5006615.html