Spring Boot 商城项目

Posted panzer

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot 商城项目相关的知识,希望对你有一定的参考价值。

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 商城项目的主要内容,如果未能解决你的问题,请参考以下文章