var app = angular.module('myApp', []);. 16. app.controller('myCtrl', function($scope) {. 17. $scope.x1 = "JOHN";. 18. $scope.x2 = angular.isNumber($scope.x1);.
確定! 回上一頁