Skip to content
记录工作与生活
Main Navigation
文章
算法
github
Appearance
github
Menu
Return to top
// 一行代码
(
min
,
max
)
=>
Math
.
floor
(Math
.
random
()
*
(max
-
min
+
1
))
+
min