Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AngularJS 教程


AngularJS 通过新的属性扩展 HTML。

AngularJS 非常适合单页面应用程序 (SPA)。

AngularJS 易于学习。

立即开始学习 AngularJS »

本教程

本教程专门设计用于帮助您尽可能快速有效地学习 AngularJS。

首先,您将学习 AngularJS 的基础知识:指令、表达式、过滤器、模块和控制器。

然后您将学习关于 AngularJS 的所有其他内容

事件、DOM、表单、输入、验证、Http 等等。


每个章节都有可尝试的示例

在每个章节中,您都可以在线编辑示例,并点击按钮查看结果。

AngularJS 示例

<!DOCTYPE html>
<html lang="en-US">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<body>

<div ng-app="">
  <p>姓名:<input type="text" ng-model="name"></p>
  <h1>Hello {{name}}</h1>
</div>

</body>
</html>
尝试一下 »


您应该具备的预备知识

在学习 AngularJS 之前,您应该对以下内容有基本的了解


AngularJS 历史

AngularJS 1.0 版本于 2012 年发布。

Google 员工 Miško Hevery 于 2009 年开始使用 AngularJS。

这个想法非常成功,并且该项目现在得到了 Google 的官方支持。


我的学习

使用 W3Schools 上的免费“我的学习”程序跟踪您的学习进度。

登录您的帐户,开始赚取积分!

这是一个可选功能。您可以在不使用“我的学习”的情况下学习 W3Schools。

Track your progress with at W3Schools.com

AngularJS 示例

W3Schools 的 AngularJS 教程包含大量 AngularJS 示例!

AngularJS 示例


AngularJS 参考

AngularJS 参考包含本教程中使用的所有指令和过滤器。

AngularJS 参考


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.