发表于: 2016-10-17 23:19:11
1 1915
# 1017day26
## 今日收获
* JSON
* BOM对象
* Ajax请求
## 明日计划
* HTTP协议、JSONP
* 客户端存储
## 今日问题
学习效率不高,不想写
## 具体收获
* JSON.parse() JSON.sringify()
* window.location 、window.screen
* Ajax请求,实例化xhr,xhr.open() xhr.setRequestHeader()xhr.onreadystatechange
* xhr.readyState == 4 && xhr.status == 200
* xhr.responseText
评论