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 7bf9f88 commit c5ba95fCopy full SHA for c5ba95f
docs/bom/location.md
@@ -74,7 +74,7 @@ document.location = 'http://www.example.com';
74
document.location.href = 'http://www.example.com';
75
```
76
77
-另外,`Location.href`属性是浏览器唯一允许跨域写入的属性,即非同源的窗口可以改写另一个窗口的`Location.href`属性,导致后者的网址跳转。`Location`的其他属性都不允许跨域写入。
+另外,`Location.href`属性是浏览器唯一允许跨域写入的属性,即非同源的窗口可以改写另一个窗口(比如子窗口与父窗口)的`Location.href`属性,导致后者的网址跳转。`Location`的其他属性都不允许跨域写入。
78
79
### 方法
80
0 commit comments