info.js 95 B

123
  1. app.controller('InfoController', function ($scope) {
  2. console.log('我是Info控制器');
  3. });