喵喵时光机
templateArgs = arguments,stringify = function(obj) {return "function" == typeof obj ? obj.toString().replace(/ \{[\s\S]*$/, "") : "undefined" == typeof obj ? "undefined" : "string" != typeof obj ? JSON.stringify(obj) : obj};for (message = prefix + template.replace(/\{\d+\}/g, function(match) {var arg, index = +match.slice(1, -1);return index + 2 < templateArgs.length ? (arg = templateArgs[index + 2], "function" == typeof arg ? arg.toString().replace(/ ?\{[\s\S]*$/, "") : "undefined" == typeof arg ? "undefined" : "string" !=