jquery 操作数组深拷贝

var newparamData = (paramcustom instanceof Array) ? $.extend(true, [], paramcustom) : $.extend(true, {}, paramcustom);