判断AngularJS渲染页面完成时间:2021-09-01 09:15:19 $scope.$on('$viewContentLoaded', function(){ }); // 或者 $scope.$watch('$viewContentLoaded', function() { });