服务
1.服务 (service)
服务
是一个对象或函数,对外提供特定的功能。
我们要学习的就是这些服务当中给我们提供了哪些功能, 这些功能的作用分别是什么.-
常见内置服务有:
- $location
- $timeout
- $filter
- $log
- $http
同时还支持多种快捷方式如$http.get()、$http.post()、$http.jsonp。
2.$location地址
- php:80
- java:81
- node:82
https://www.baidu.com/index.html/#home/?s="a"&w="aaa"
- 1.https:// 协议
- 2.端口号:
- 3.主机地址: 139.129.5.6 www.520it.com
- 4.文件地址
- 5.查询参数 ?s="a"&w="aaa"
- 6.锚点 # 在一个页面中定位使用 (hash)