码迷,mamicode.com
首页 > 编程语言 > 详细

Spring Boot 商城项目

时间:2018-12-01 23:32:44      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:div   dem   htm   color   项目   body   nbsp   商城   tle   

Spring Boot 商城项目

angularJS Demo1

<html>
<head>
<title>angularJS Demo1</title>
<script src="angular.min.js"></script>
</head>
<body ng-app>
{{100+200}}
</body>
</html>

 Demo2

<html>
<head>
<title>angularJS Demo1</title>
<script src="angular.min.js"></script>
</head>
<body ng-app>
请输入姓名:<input ng-model="name">
<br>
{{name}}你好
</body>
</html>

 

Spring Boot 商城项目

标签:div   dem   htm   color   项目   body   nbsp   商城   tle   

原文地址:https://www.cnblogs.com/taiguyiba/p/10051161.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!