angular.controller('angularBullet', function ($scope) { $scope.onDrawCaption = "DrawCaption"; }); function DrawCaption(){ // Do Something } ...
確定! 回上一頁