Zend Framework 入门(3)—错误处理


undefined

说明脚本中一些对象没有设定
你应在在使用该对象前进行判断
例如:
if(typeof(aobject) == "undefined"){
  //错误处理
}

原文地址:https://www.cnblogs.com/huidaoli/p/3214768.html