1234
function fnRand(m,n) { var r = Math.round(Math.random()*(n-m) + m); return r;}
1520
617
603
258
202
近期评论