<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link rel="stylesheet" href="">
</head>
<body>
<div data-ng-app="" data-ng-init="firstName=‘sdiven‘">
<p>姓名为:<span data-ng-bind="firstName"></span></p>
</div>
</body>
<script src="http://cdn.static.runoob.com/libs/angular.js/1.4.6/angular.min.js"></script>
</html>
时间: 2024-10-22 19:21:32