Request Headers
Accept:告诉服务器,客户机支持的数据类型
Accept-Encoding:告诉服务器,客户机支持的数据压缩格式
Cache-Control:缓存控制,服务器通过控制浏览器要不要缓存数据
Connection:处理完这次请求,是断开连接还是保持连接
Cookie:客户机通过这个可以向服务器带数据
Host:访问的主机名
Upgrade-Insecure-Requests:参考http://www.cnblogs.com/hustskyking/p/upgrade-insecure-requests.html
User-Agent:告诉服务器,客户机的软件环境
Response Headers响应头
Connection:处理完这次请求后,是断开连接还是继续保持连接
Content-Encoding:服务器通过这个头告诉浏览器数据的压缩格式
Content-Length:服务器通过这个头告诉浏览器回送数据的长度
Content-Type:服务器通过这个头告诉浏览器回送数据的类型
Date:当前时间值
Server:服务器通过这个头告诉浏览器服务器的类型
Vary:Accept-Encoding ——明确告知缓存服务器按照 Accept-Encoding 字段的内容,分别缓存不同的版本;参考:https://imququ.com/post/vary-header-in-http.html
X-Powered-By:服务器告知客户机网站是用何种语言或框架编写的。
对SEO重要的字段:Rerer Cookie user-agent ,Web前端会影响SEO,我们经常看到的网页不抓取、不收录、没排名和没流量有些是因为Web前端影响的。
2.javascript内置对象:Array对象、Date对象、正则表达式对象、string对象、Global对象
http://www.cnblogs.com/Arther-J/p/5388633.html
3.
css 中可继承的属性:节点默认使用父节点的样式属性。
所有元素可继承:visibility和cursor。
内联元素可继承:letter-spacing、word-spacing、white-space、line-height、color、font、font-family、font-size、font-style、font-variant、font-weight、text-decoration、text-transform、direction。
终端块状元素可继承:text-indent和text-align。
列表元素可继承:list-style、list-style-type、list-style-position、list-style-image。
4