Skip to content

Commit ff16019

Browse files
author
wangwenjie
committed
update
1 parent 1fc7f5b commit ff16019

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,9 @@ HEADER内一起传送到ACTION属性所指的URL地址。用户看不到这个
13961396

13971397
```html
13981398
jsonp、 iframe、window.name、window.postMessage、服务器上设置代理页面
1399-
(1) iframe (2) 动态创建script标签 (3)JSONP (4)crox
1399+
(1) iframe (2) 动态创建script标签 (3)JSONP (4)CORS
1400+
1401+
[了解更多](http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000/001434499861493e7c35be5e0864769a2c06afb4754acc6000)
14001402
```
14011403

14021404
- 页面编码和被请求的资源编码如果不一致如何处理?
@@ -1791,7 +1793,9 @@ for(var i=0; i<10;i++){
17911793

17921794
4、如何将当前ajax查询的列表 以href的方式发给别人(拥有相同权限),其电脑打开链接直接可以看到相同列表数据?
17931795

1796+
5、是否了解Promise
17941797

1798+
http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000/0014345008539155e93fc16046d4bb7854943814c4f9dc2000
17951799
```
17961800

17971801
## <a name='other'>其他问题</a>

0 commit comments

Comments
 (0)