
Angular
always007
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Angularのupperとlower
{{ x1 }} {{ x2 }} var app = angular.module('myApp', []); app.controller('myCtrl', function($scope) { $scope.x1 = "JOHNtest"; $scope.x2 = angular.uppercase($scope.x1); });原创 2017-10-23 13:17:10 · 379 阅读 · 0 评论 -
Angular学習
My first expression: {{ 77 % 5 }}原创 2017-10-23 13:59:32 · 279 阅读 · 0 评论 -
Angular計算/
My first expression: {{ 77 / 3 }} TEST: {{ 77 / 5 }} =================================================================================================================== Resu原创 2017-10-23 14:20:58 · 339 阅读 · 0 评论 -
Angularのnumber
编写一个具有计算功能的angular程序 type="text/javascript"> 计算并显示下列两个数值的和 1.98 + 2.98 = {{1.98 + 2.98 | number:0}} 1.98 + 2.98 = {{1.98 + 2.98 }} 1.98 + 2.98 = {{1.98 + 2.98原创 2017-10-23 14:34:36 · 796 阅读 · 0 评论