File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1396,7 +1396,9 @@ HEADER内一起传送到ACTION属性所指的URL地址。用户看不到这个
1396
1396
1397
1397
``` html
1398
1398
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)
1400
1402
```
1401
1403
1402
1404
- 页面编码和被请求的资源编码如果不一致如何处理?
@@ -1791,7 +1793,9 @@ for(var i=0; i<10;i++){
1791
1793
1792
1794
4 、如何将当前ajax查询的列表 以href的方式发给别人(拥有相同权限),其电脑打开链接直接可以看到相同列表数据?
1793
1795
1796
+ 5 、是否了解Promise ?
1794
1797
1798
+ http: // www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000/0014345008539155e93fc16046d4bb7854943814c4f9dc2000
1795
1799
```
1796
1800
1797
1801
## <a name =' other ' >其他问题</a >
You can’t perform that action at this time.
0 commit comments