<input ng-model="a" type="text"> <p ng-if="a">5555555555</p>当在input输入0的时候,p标签为什么还是会显示啊?但是初始化$scope.a=0,p标签就不会显示。这是为什么呢? 查看完整描述