angularjs中的run()方法使用2023-08-22 16:09:34run方法用于初始化全局的数据,仅对全局作用域起作用。 举个栗子吧:<script type="text/javascript"> var m1 = angular.module('myApp',[]); m1.run(['$rootScope',function($rootScope){ $rootScope.name = 'hello'; }]); console.log( m1 );</script>上一篇:ArcGIS: version not specified. You must call RuntimeManager.Bind before creat下一篇:CAP理论和Base理论