<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title></title>
		<script src="https://cdn.staticfile.org/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> -->
		<div ng-app="" ng-init="quantity=1;cost=5">
			<p>总价:<span ng-bind="quantity*cost"></span></p>
		</div>
	</body>
</html>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-12-19
  • 2021-09-11
  • 2022-12-23
猜你喜欢
  • 2021-05-29
  • 2022-12-23
  • 2021-09-24
  • 2021-06-30
  • 2021-05-07
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案