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 f5a113c commit 8ba6252Copy full SHA for 8ba6252
js.md
@@ -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