国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

AngularJS國際化詳解及示例代碼

2019-11-20 09:13:06
字體:
供稿:網(wǎng)友

AngularJS支持內(nèi)置的國際化三種類型的過濾器貨幣,日期和數(shù)字。只需要根據(jù)國家的區(qū)域納入相應(yīng)的JS。默認(rèn)情況下它處理瀏覽器的語言環(huán)境。例如,要使用丹麥語的語言環(huán)境,使用下面的腳本

<script src="https://code.angularjs.org/1.2.5/i18n/angular-locale_da-dk.js"></script> 

使用丹麥語的語言環(huán)境實(shí)例

testAngularJS.html

<html><head>  <title>Angular JS Forms</title></head><body>  <h2>AngularJS Sample Application</h2>  <div ng-app="mainApp" ng-controller="StudentController">   {{fees | currency }} <br/><br/>   {{admissiondate | date }}  <br/><br/>   {{rollno | number }}   </div>  <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.min.js"></script>  <script src="https://code.angularjs.org/1.2.5/i18n/angular-locale_da-dk.js"></script>   <script>   var mainApp = angular.module("mainApp", []);	     mainApp.controller('StudentController', function($scope) {      $scope.fees = 100;			$scope.admissiondate = new Date();      $scope.rollno = 123.45;   });     </script></body></html>

結(jié)果

在Web瀏覽器打開textAngularJS.html。看到結(jié)果如下。

AngularJS Internalization 使用瀏覽器的語言環(huán)境示例

testAngularJS.html

<html><head>  <title>Angular JS Forms</title></head><body>  <h2>AngularJS Sample Application</h2>  <div ng-app="mainApp" ng-controller="StudentController">   {{fees | currency }} <br/><br/>   {{admissiondate | date }}  <br/><br/>   {{rollno | number }}   </div>  <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.min.js"></script>  <!-- <script src="https://code.angularjs.org/1.2.5/i18n/angular-locale_da-dk.js"></script> -->  <script>   var mainApp = angular.module("mainApp", []);	     mainApp.controller('StudentController', function($scope) {      $scope.fees = 100;			$scope.admissiondate = new Date();      $scope.rollno = 123.45;   });     </script></body></html>

結(jié)果

在Web瀏覽器打開textAngularJS.html。看到結(jié)果如下。

以上就是對(duì)AngularJS 國際化的資料整理,后續(xù)繼續(xù)整理相關(guān)資料,謝謝大家對(duì)本站的支持!

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 灯塔市| 卓尼县| 河津市| 若羌县| 舒城县| 九寨沟县| 昆明市| 罗源县| 两当县| 自贡市| 巴彦县| 宜宾县| 图们市| 汶川县| 郸城县| 雅安市| 水城县| 宜兰县| 鹿泉市| 姜堰市| 牡丹江市| 湖北省| 元氏县| 化隆| 南部县| 红原县| 集贤县| 昌宁县| 三门峡市| 五家渠市| 开远市| 紫金县| 新兴县| 读书| 齐齐哈尔市| 修水县| 桂东县| 陇川县| 伊金霍洛旗| 福州市| 揭西县|