<!DOCTYPE html>
<html lang="en" ng-app>
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <title>Title</title>
    <script type="text/javascript" src="./angular.js"></script>
</head>
<body>
 <input type="text" ng-model="userName"/>
 <div>您输入的内容是:<span>{{userName}}</span></div>
</body>
</html>
没有js代码的第一个helloworld

相关文章:

  • 2021-04-03
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2021-07-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-06-24
  • 2021-11-29
  • 2022-12-23
相关资源
相似解决方案