Skip to content

Commit 8ba6252

Browse files
author
zhangyonghong
committed
add js
1 parent f5a113c commit 8ba6252

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

js.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### 以下是常用的代码收集,没有任何技术含量,只是填坑的积累。转载请注明出处,谢谢。
2+
3+
#### 1. js
4+
- 返回指定范围的随机数(m-n之间)的公式
5+
```javascript
6+
Math.random()*(n-m)+m
7+
```
8+
9+

0 commit comments

Comments
 (0)