angular.module('app') .directive('gallery', function ($location) { return function (scope, element, attrs) { setInterval(function ...
確定! 回上一頁