var app = angular.module('app', []) .directive('demo',[ function() { console.log('~~~~~~~~~~~~~~~~~~~~~start'); return { link: function (scope, element, ...
確定! 回上一頁