随笔分类 -  Angular

摘要:var app = angular.module("encodeDecode", []); app.controller("encodeDecodeCtrl", ($scope, str) => { $scope.encode = btoa(str); $scope.dec... 阅读全文
posted @ 2015-05-04 11:06 Waichung 阅读(788) 评论(0) 推荐(0)