Nelson
Nelson
  • 发布:2015-12-11 13:52
  • 更新:2015-12-11 14:07
  • 阅读:1208

TypeError: Not enough arguments

分类:MUI
js

Object.prototype._length = function(){
alert(2)
}

在Object原型链上添加报TypeError: Not enough arguments错误

2015-12-11 13:52 负责人:无 分享
已邀请:
maq

maq

错误未能重现,这段代码在我这里可以执行。

  • Nelson (作者)

    在此之后使用ajax的时候就会抱着个错误

    mui.ajax("url",{

    type:"get",

    dataType:"json",

    success:function(e){

    alert(e)

    }

    })

    2015-12-11 20:48

该问题目前已经被锁定, 无法添加新回复