We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df1329 commit ef7d23aCopy full SHA for ef7d23a
README.md
@@ -21,7 +21,7 @@
21
2.JavaScript this <br />
22
3.JavaScript 闭包<br />
23
4.JavaScript 事件</a> <br />
24
-5.<a href="https://github.com/wchaowu/javascript-code/tree/master/javascript-based/crossDomain.js">javascript 跨域</a> <br />
+5.<a href="https://github.com/wchaowu/javascript-code/tree/master/javascript-based/crossDomain.html">javascript 跨域</a> <br />
25
26
27
<h3 name="OjectOriented">Oject-Oriented</h3>
javascript-based/crossDomain.html
@@ -0,0 +1,10 @@
1
+ajax:XMLHttpRequest();不能跨域<br />
2
+<br />
3
+跨域的方法<br />
4
+1.document.domain="a.com"<br />
5
+2.服务器代理:XMLHttpRequest代理文件<br />
6
+3.script 标签:jsonp<br />
7
+4.location.hash (iframe)<br />
8
+5.window.name (iframe)<br />
9
+6 flash<br />
10
+7 html5 postMessage
0 commit comments