angular.module('warmup').controller('BoardController', function($scope) { $scope.tiles = 144; $scope.getNumber = function(num) { return new ...
確定! 回上一頁