Skip to content

Commit e73f3b5

Browse files
author
zhangyonghong
committed
add store
1 parent 821598e commit e73f3b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

js.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Math.random()*(n-m)+m
1717
// 停止callback function的执行并且立即return回来
1818
```
1919

20+
- 防止被Iframe嵌套
21+
```javascript
22+
if(top != self){
23+
location.href = ”about:blank”;
24+
}
25+
```
26+
2027
- 两种图片lazy加载的方式
2128
第一个By JS中级交流群 成都-猎巫 第二个By 上海-zenki
2229
```javascript

0 commit comments

Comments
 (0)