var app = angular.module('marvelDemo', ['ngRoute','ui.bootstrap']); app.controller('MainCtrl', function($scope, $location, $http) { $scope.char={}; $scope.
確定! 回上一頁