angular.js 数字

DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="http://apps.bdimg.com/libs/angular.js/1.4.6/angular.min.js">script> 
head>
<body>

<div ng-app="" ng-init="quantity=1;cost=5">
<p>总价: {{ quantity * cost }}p>
div>

body>
html>

使用 ng-init 不是很常见。您将在控制器一章中学习到一个更好的初始化数据的方式

转载于:https://www.cnblogs.com/2520IT/p/5552789.html

你可能感兴趣的:(javascript)