var app = angular.module('myapp', []);. 2. . 3. app.controller('MainCtrl', ['$scope', '$window', function($scope, $window) {. 4. $scope.memId = $window.
確定! 回上一頁