为什么angular报错函数找不到
1 回答
喵喵时光机
TA贡献1846条经验 获得超7个赞
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" !=
- 1 回答
- 0 关注
- 855 浏览
添加回答
举报
0/150
提交
取消