<!DOCTYPE html> <html lang="en" ng-app> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <!-- 需要angular的代码必须包裹在ng-app的代码中 --> <body> {{'hello angular'}} <script src="./js/Angular.js"></script> <script> </script> </body> </html>