您可以使用’hasOwnProperty’来检查对象是否具有特定的属性.
if($scope.test.hasOwnProperty('bye')){ // do this }else{ // do this then }
这是一个jsFiddle demo
希望有帮助
if($scope.test.hasOwnProperty('bye')){ // do this }else{ // do this then }
这是一个jsFiddle demo
希望有帮助